Method: Fastly::LoggingLogshuttle#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



214
215
216
# File 'lib/fastly/models/logging_logshuttle.rb', line 214

def hash
  [name, placement, format_version, response_condition, format, token, url].hash
end