123456789_123456789_123456789_123456789_123456789_

Class: Mongo::Socket::Unix Private

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Socket
Instance Chain:
self, Socket
Inherits: Socket
  • Object
Defined in: lib/mongo/socket/unix.rb

Overview

Wrapper for Unix sockets.

Since:

  • 2.0.0

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#pathString (readonly)

Returns:

  • (String)

    path The path to connect to.

Since:

  • 2.0.0

[ GitHub ]

  
# File 'lib/mongo/socket/unix.rb', line 50

attr_reader :path

Instance Method Details

#human_address (private)

Since:

  • 2.0.0

[ GitHub ]

  
# File 'lib/mongo/socket/unix.rb', line 54

def human_address
  path
end