Class: OpenBankingIO::SyncAllResult
- Inherits:
-
Struct
- Object
- Struct
- OpenBankingIO::SyncAllResult
- Defined in:
- lib/open_banking_io/models.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#new_transactions ⇒ Object
Returns the value of attribute new_transactions.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts
85 86 87 |
# File 'lib/open_banking_io/models.rb', line 85 def accounts @accounts end |
#new_transactions ⇒ Object
Returns the value of attribute new_transactions
85 86 87 |
# File 'lib/open_banking_io/models.rb', line 85 def new_transactions @new_transactions end |