Method: UpBankingClient::WebhookDeliveryLogResourceAttributes#==

Defined in:
lib/up_banking/models/webhook_delivery_log_resource_attributes.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



122
123
124
125
126
127
128
129
# File 'lib/up_banking/models/webhook_delivery_log_resource_attributes.rb', line 122

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      request == o.request &&
      response == o.response &&
      delivery_status == o.delivery_status &&
      created_at == o.created_at
end