Class: YDIM::Camt::Statement

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

Overview

A camt -- one account over one period.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStatement

Returns a new instance of Statement.



93
94
95
# File 'lib/ydim/camt.rb', line 93

def initialize
  @entries = []
end

Instance Attribute Details

#account_ibanObject

Returns the value of attribute account_iban.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def 
  @account_iban
end

#closing_balanceObject

Returns the value of attribute closing_balance.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def closing_balance
  @closing_balance
end

#created_atObject

Returns the value of attribute created_at.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def currency
  @currency
end

#entriesObject (readonly)

Returns the value of attribute entries.



92
93
94
# File 'lib/ydim/camt.rb', line 92

def entries
  @entries
end

#idObject

Returns the value of attribute id.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def id
  @id
end

#opening_balanceObject

Returns the value of attribute opening_balance.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def opening_balance
  @opening_balance
end

#ownerObject

Returns the value of attribute owner.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def owner
  @owner
end

#sourceObject

Returns the value of attribute source.



90
91
92
# File 'lib/ydim/camt.rb', line 90

def source
  @source
end