Method: OryClient::RecoveryCodeForIdentity#hash

Defined in:
lib/ory-client/models/recovery_code_for_identity.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



158
159
160
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 158

def hash
  [expires_at, recovery_code, recovery_link].hash
end