Method: OpenapiClient::Labels#hash
- Defined in:
- lib/openapi_client/models/labels.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
113 114 115 |
# File 'lib/openapi_client/models/labels.rb', line 113 def hash [id, version].hash end |