Method: OpenapiClient::Webhook#==
- Defined in:
- lib/openapi_client/models/webhook.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
93 94 95 96 97 98 99 |
# File 'lib/openapi_client/models/webhook.rb', line 93 def ==(o) return true if self.equal?(o) self.class == o.class && webhook_id == o.webhook_id && url == o.url && event == o.event end |