Method: Fastly::LoggingAddressAndPort#hash
- Defined in:
- lib/fastly/models/logging_address_and_port.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
105 106 107 |
# File 'lib/fastly/models/logging_address_and_port.rb', line 105 def hash [address, port].hash end |