Method: Akeyless::SecretInfo#hash

Defined in:
lib/akeyless/models/secret_info.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



216
217
218
# File 'lib/akeyless/models/secret_info.rb', line 216

def hash
  [created, description, expiration, key_id, last_retrieved, location, name, region, secret_id, status, tags, thumbprint, type, version].hash
end