Method: OryClient::RecoveryCodeForIdentity#hash
- Defined in:
- lib/ory-client/models/recovery_code_for_identity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |