Method: OpenapiClient::ResourceReplace#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



149
150
151
# File 'lib/openapi_client/models/resource_replace.rb', line 149

def hash
  [name, urn, description, actions, attributes].hash
end