Method: OryClient::UpdateIdentityBody#hash
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
161 162 163 |
# File 'lib/ory-client/models/update_identity_body.rb', line 161 def hash [credentials, , , schema_id, state, traits].hash end |