Method: OpenapiClient::Labels#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



113
114
115
# File 'lib/openapi_client/models/labels.rb', line 113

def hash
  [id, version].hash
end