Method: UpBankingClient::TransactionResourceRelationshipsTransferAccountData#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • to be compared



100
101
102
103
104
105
# File 'lib/up_banking/models/transaction_resource_relationships_transfer_account_data.rb', line 100

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