Method: OpenapiClient::ConditionSetRuleRead#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



235
236
237
# File 'lib/openapi_client/models/condition_set_rule_read.rb', line 235

def hash
  [id, key, user_set, permission, resource_set, organization_id, project_id, environment_id, created_at, updated_at].hash
end