Method: UpBankingClient::WebhookEventResourceRelationshipsTransactionData#==
- Defined in:
- lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
100 101 102 103 104 105 |
# File 'lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb', line 100 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && id == o.id end |