Method: MoneyKit::PlaidCompatible::TransactionsRefreshRequest#==
- Defined in:
- lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
104 105 106 107 108 109 110 111 |
# File 'lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb', line 104 def ==(other) return true if equal?(other) self.class == other.class && client_id == other.client_id && access_token == other.access_token && secret == other.secret end |