Method: OpenapiClient::OrganizationUpdate#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



122
123
124
# File 'lib/openapi_client/models/organization_update.rb', line 122

def hash
  [name, settings].hash
end