Method: OpenapiClient::TenantUpdate#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



115
116
117
# File 'lib/openapi_client/models/tenant_update.rb', line 115

def hash
  [name, description, attributes].hash
end