Method: OryClient::IdentityPatchResponse#hash
- Defined in:
- lib/ory-client/models/identity_patch_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
150 151 152 |
# File 'lib/ory-client/models/identity_patch_response.rb', line 150 def hash [action, identity, patch_id].hash end |