Method: TransferZero::WebhookLogMetadata#==

Defined in:
lib/transferzero-sdk/models/webhook_log_metadata.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



147
148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'lib/transferzero-sdk/models/webhook_log_metadata.rb', line 147

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      params == o.params &&
      event == o.event &&
      instance_id == o.instance_id &&
      instance_type == o.instance_type &&
      attempt_id == o.attempt_id &&
      tries == o.tries &&
      request == o.request &&
      response == o.response &&
      app_id == o.app_id &&
      api_key_id == o.api_key_id
end