Method: OpenapiClient::ConditionSetRuleRead#==
- Defined in:
- lib/openapi_client/models/condition_set_rule_read.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
# File 'lib/openapi_client/models/condition_set_rule_read.rb', line 212 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && key == o.key && user_set == o.user_set && == o. && resource_set == o.resource_set && organization_id == o.organization_id && project_id == o.project_id && environment_id == o.environment_id && created_at == o.created_at && updated_at == o.updated_at end |