Method: OryClient::RecoveryCodeForIdentity#hash
- Defined in:
- lib/ory-client/models/recovery_code_for_identity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
126 127 128 |
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 126 def hash [expires_at, recovery_code, recovery_link].hash end |