Method: OryClient::UpdateIdentityBody#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



161
162
163
# File 'lib/ory-client/models/update_identity_body.rb', line 161

def hash
  [credentials, , , schema_id, state, traits].hash
end