Method: Fastly::Store#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



93
94
95
# File 'lib/fastly/models/store.rb', line 93

def hash
  [name].hash
end