Method: OpenapiClient::WebhookRead#==
- Defined in:
- lib/openapi_client/models/webhook_read.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
170 171 172 173 174 175 176 177 178 179 180 |
# File 'lib/openapi_client/models/webhook_read.rb', line 170 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && 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 && url == o.url end |