Method: OpenapiClient::ElementsConfigRead#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



277
278
279
# File 'lib/openapi_client/models/elements_config_read.rb', line 277

def hash
  [key, id, organization_id, project_id, environment_id, created_at, updated_at, is_active, name, elements_type, settings, roles_to_levels, webhook].hash
end