Method: TransferZero::TransactionWebhook#==
- Defined in:
- lib/transferzero-sdk/models/transaction_webhook.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
108 109 110 111 112 113 114 |
# File 'lib/transferzero-sdk/models/transaction_webhook.rb', line 108 def ==(o) return true if self.equal?(o) self.class == o.class && webhook == o.webhook && event == o.event && object == o.object end |