Method: Fastly::SecretStore#hash
- Defined in:
- lib/fastly/models/secret_store.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
93 94 95 |
# File 'lib/fastly/models/secret_store.rb', line 93 def hash [name].hash end |