Method: OryClient::IdentityCredentials#hash
- Defined in:
- lib/ory-client/models/identity_credentials.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
146 147 148 |
# File 'lib/ory-client/models/identity_credentials.rb', line 146 def hash [config, created_at, identifiers, type, updated_at, version].hash end |