Class: YDIM::Camt::Statement
- Inherits:
-
Object
- Object
- YDIM::Camt::Statement
- Defined in:
- lib/ydim/camt.rb
Overview
A camt
Instance Attribute Summary collapse
-
#account_iban ⇒ Object
Returns the value of attribute account_iban.
-
#closing_balance ⇒ Object
Returns the value of attribute closing_balance.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#id ⇒ Object
Returns the value of attribute id.
-
#opening_balance ⇒ Object
Returns the value of attribute opening_balance.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ Statement
constructor
A new instance of Statement.
Constructor Details
#initialize ⇒ Statement
Returns a new instance of Statement.
93 94 95 |
# File 'lib/ydim/camt.rb', line 93 def initialize @entries = [] end |
Instance Attribute Details
#account_iban ⇒ Object
Returns the value of attribute account_iban.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def account_iban @account_iban end |
#closing_balance ⇒ Object
Returns the value of attribute closing_balance.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def closing_balance @closing_balance end |
#created_at ⇒ Object
Returns the value of attribute created_at.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def created_at @created_at end |
#currency ⇒ Object
Returns the value of attribute currency.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def currency @currency end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries.
92 93 94 |
# File 'lib/ydim/camt.rb', line 92 def entries @entries end |
#id ⇒ Object
Returns the value of attribute id.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def id @id end |
#opening_balance ⇒ Object
Returns the value of attribute opening_balance.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def opening_balance @opening_balance end |
#owner ⇒ Object
Returns the value of attribute owner.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def owner @owner end |
#source ⇒ Object
Returns the value of attribute source.
90 91 92 |
# File 'lib/ydim/camt.rb', line 90 def source @source end |