Method: Codebot::Network#host
- Defined in:
- lib/codebot/network.rb
#host ⇒ String (readonly)
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 |