Method: OpenapiClient::ResourceTypeObject#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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