Method: OpenapiClient::IdentityResponse#hash
- Defined in:
- lib/openapi_client/models/identity_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
126 127 128 |
# File 'lib/openapi_client/models/identity_response.rb', line 126 def hash [name, email, phone_number].hash end |