Class: Mongo::Socket::Unix Private
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Socket
|
|
|
Instance Chain:
self,
Socket
|
|
| Inherits: |
Socket
|
| Defined in: | lib/mongo/socket/unix.rb |
Overview
Wrapper for Unix sockets.
Class Method Summary
-
.new(path, timeout, options = {}) ⇒ Unix
constructor
Internal use only
Internal use only
Initializes a new
Unixsocket.
Instance Attribute Summary
- #path ⇒ String readonly Internal use only
Instance Method Summary
- #human_address private Internal use only
Instance Attribute Details
#path ⇒ String (readonly)
# File 'lib/mongo/socket/unix.rb', line 50
attr_reader :path
Instance Method Details
#human_address (private)
# File 'lib/mongo/socket/unix.rb', line 54
def human_address path end