Method: I2P::BOB::Client#socket

Defined in:
lib/i2p/bob/client.rb

#socketTCPSocket (readonly)

Returns the socket connection to the BOB bridge.

Returns:

  • (TCPSocket)

Since:

  • 0.1.4



81
82
83
# File 'lib/i2p/bob/client.rb', line 81

def socket
  @socket
end