Class: OpenBankingIO::TransactionPage
- Inherits:
-
Struct
- Object
- Struct
- OpenBankingIO::TransactionPage
- Defined in:
- lib/open_banking_io/models.rb
Overview
A page of transactions, newest first.
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
68 69 70 |
# File 'lib/open_banking_io/models.rb', line 68 def items @items end |
#total ⇒ Object
Returns the value of attribute total
68 69 70 |
# File 'lib/open_banking_io/models.rb', line 68 def total @total end |