Method: OpenapiClient::IdentityResponse#hash

Defined in:
lib/openapi_client/models/identity_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



126
127
128
# File 'lib/openapi_client/models/identity_response.rb', line 126

def hash
  [name, email, phone_number].hash
end