Class: Camt::Statement

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



16
17
18
# File 'lib/camt.rb', line 16

def created_at
  @created_at
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



16
17
18
# File 'lib/camt.rb', line 16

def date
  @date
end

#electronic_sequence_numberObject

Returns the value of attribute electronic_sequence_number

Returns:

  • (Object)

    the current value of electronic_sequence_number



16
17
18
# File 'lib/camt.rb', line 16

def electronic_sequence_number
  @electronic_sequence_number
end

#end_balanceObject

Returns the value of attribute end_balance

Returns:

  • (Object)

    the current value of end_balance



16
17
18
# File 'lib/camt.rb', line 16

def end_balance
  @end_balance
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



16
17
18
# File 'lib/camt.rb', line 16

def id
  @id
end

#local_accountObject

Returns the value of attribute local_account

Returns:

  • (Object)

    the current value of local_account



16
17
18
# File 'lib/camt.rb', line 16

def 
  @local_account
end

#local_currencyObject

Returns the value of attribute local_currency

Returns:

  • (Object)

    the current value of local_currency



16
17
18
# File 'lib/camt.rb', line 16

def local_currency
  @local_currency
end

#start_balanceObject

Returns the value of attribute start_balance

Returns:

  • (Object)

    the current value of start_balance



16
17
18
# File 'lib/camt.rb', line 16

def start_balance
  @start_balance
end

#transactionsObject

Returns the value of attribute transactions

Returns:

  • (Object)

    the current value of transactions



16
17
18
# File 'lib/camt.rb', line 16

def transactions
  @transactions
end