Method: OryClient::IdentityPatchResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



150
151
152
# File 'lib/ory-client/models/identity_patch_response.rb', line 150

def hash
  [action, identity, patch_id].hash
end