Method: Codebot::Network#bind

Defined in:
lib/codebot/network.rb

#bindString

Returns the address to bind to.

Returns:

  • (String)

    the address to bind to



44
45
46
# File 'lib/codebot/network.rb', line 44

def bind
  @bind
end