Method: OpenapiClient::ResourceTypeObject#hash
- Defined in:
- lib/openapi_client/models/resource_type_object.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
161 162 163 |
# File 'lib/openapi_client/models/resource_type_object.rb', line 161 def hash [id, key, name, attributes, created_at, updated_at].hash end |