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