Method: UpBankingClient::CreateWebhookResponseData#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.



142
143
144
145
146
147
148
149
150
# File 'lib/up_banking/models/create_webhook_response_data.rb', line 142

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      type == o.type &&
      id == o.id &&
      attributes == o.attributes &&
      relationships == o.relationships &&
      links == o.links
end