Class: MT940::BankStatement

Inherits:
Struct
  • Object
show all
Defined in:
lib/mt940/bank_statement.rb

Overview

A Bankstatement contains a single or multiple Transaction’s. It is the equivalent of an actual real life gold old paper bank statement as we used to get them via post in the old days.

Instance Attribute Summary collapse

Instance Attribute Details

#bank_accountObject

Returns the value of attribute bank_account

Returns:

  • (Object)

    the current value of bank_account



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def 
  
end

#bank_account_ibanObject

Returns the value of attribute bank_account_iban

Returns:

  • (Object)

    the current value of bank_account_iban



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def 
  
end

#new_balanceObject

Returns the value of attribute new_balance

Returns:

  • (Object)

    the current value of new_balance



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def new_balance
  @new_balance
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def page_number
  @page_number
end

#previous_balanceObject

Returns the value of attribute previous_balance

Returns:

  • (Object)

    the current value of previous_balance



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def previous_balance
  @previous_balance
end

#transactionsObject

Returns the value of attribute transactions

Returns:

  • (Object)

    the current value of transactions



7
8
9
# File 'lib/mt940/bank_statement.rb', line 7

def transactions
  @transactions
end