Method: OpenapiClient::AuthnMeMemberRead#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • Hash code



227
228
229
# File 'lib/openapi_client/models/authn_me_member_read.rb', line 227

def hash
  [actor_type, id, email, name, given_name, family_name, picture, is_onboarding, onboarding_step].hash
end