Method: Akeyless::RawCreds#hash
- Defined in:
- lib/akeyless/models/raw_creds.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
105 106 107 |
# File 'lib/akeyless/models/raw_creds.rb', line 105 def hash [access_id, access_key].hash end |