Class: MT940::Balance
- Inherits:
-
Struct
- Object
- Struct
- MT940::Balance
- Defined in:
- lib/mt940/bank_statement.rb
Overview
A Balance describes the amount of money you have on your bank account at a certain moment in time.
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
12 13 14 |
# File 'lib/mt940/bank_statement.rb', line 12 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency
12 13 14 |
# File 'lib/mt940/bank_statement.rb', line 12 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date
12 13 14 |
# File 'lib/mt940/bank_statement.rb', line 12 def date @date end |