Method: Fastly::LoggingAddressAndPort#hash

Defined in:
lib/fastly/models/logging_address_and_port.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



105
106
107
# File 'lib/fastly/models/logging_address_and_port.rb', line 105

def hash
  [address, port].hash
end