Method: UpBankingClient::WebhookResourceRelationships#==
- Defined in:
- lib/up_banking/models/webhook_resource_relationships.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
85 86 87 88 89 |
# File 'lib/up_banking/models/webhook_resource_relationships.rb', line 85 def ==(o) return true if self.equal?(o) self.class == o.class && logs == o.logs end |