Class: OpenBankingIO::Balance
- Inherits:
-
Struct
- Object
- Struct
- OpenBankingIO::Balance
- Defined in:
- lib/open_banking_io/models.rb
Overview
A balance snapshot. type is the ISO 20022 code (ITBD booked, ITAV available, …).
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reference_date ⇒ Object
Returns the value of attribute reference_date.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
10 11 12 |
# File 'lib/open_banking_io/models.rb', line 10 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency
10 11 12 |
# File 'lib/open_banking_io/models.rb', line 10 def currency @currency end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/open_banking_io/models.rb', line 10 def name @name end |
#reference_date ⇒ Object
Returns the value of attribute reference_date
10 11 12 |
# File 'lib/open_banking_io/models.rb', line 10 def reference_date @reference_date end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/open_banking_io/models.rb', line 10 def type @type end |