Method: OpenapiClient::TenantUpdate#hash
- Defined in:
- lib/openapi_client/models/tenant_update.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
115 116 117 |
# File 'lib/openapi_client/models/tenant_update.rb', line 115 def hash [name, description, attributes].hash end |