Method: Codebot::Network#port

Defined in:
lib/codebot/network.rb

#portInteger (readonly)

Returns the port used for connecting to this network.

Returns:

  • the port used for connecting to this network



19
20
21
# File 'lib/codebot/network.rb', line 19

def port
  @port
end