Method: Codebot::Network#hash

Defined in:
lib/codebot/network.rb

#hashInteger

Generates a hash for this network.

Returns:

  • the hash



206
207
208
# File 'lib/codebot/network.rb', line 206

def hash
  [name, host, port, secure].hash
end