Class: OFX::Balance
- Inherits:
-
Foundation
- Object
- Foundation
- OFX::Balance
- Defined in:
- lib/ofx/balance.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_in_pennies ⇒ Object
Returns the value of attribute amount_in_pennies.
-
#posted_at ⇒ Object
Returns the value of attribute posted_at.
Method Summary
Methods inherited from Foundation
Constructor Details
This class inherits a constructor from OFX::Foundation
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/ofx/balance.rb', line 3 def amount @amount end |
#amount_in_pennies ⇒ Object
Returns the value of attribute amount_in_pennies.
4 5 6 |
# File 'lib/ofx/balance.rb', line 4 def amount_in_pennies @amount_in_pennies end |
#posted_at ⇒ Object
Returns the value of attribute posted_at.
5 6 7 |
# File 'lib/ofx/balance.rb', line 5 def posted_at @posted_at end |