Method: Codebot::Network#host

Defined in:
lib/codebot/network.rb

#hostString (readonly)

Returns the hostname or IP address used for connecting to this network.

Returns:

  • the hostname or IP address used for connecting to this network



16
17
18
# File 'lib/codebot/network.rb', line 16

def host
  @host
end