Method: OpenapiClient::OrganizationCreate#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



167
168
169
# File 'lib/openapi_client/models/organization_create.rb', line 167

def hash
  [key, name, settings].hash
end