Class: OpenBankingIO::TransactionPage

Inherits:
Struct
  • Object
show all
Defined in:
lib/open_banking_io/models.rb

Overview

A page of transactions, newest first.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



68
69
70
# File 'lib/open_banking_io/models.rb', line 68

def items
  @items
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



68
69
70
# File 'lib/open_banking_io/models.rb', line 68

def total
  @total
end