Class: OFX::Balance
- Inherits:
-
OFX::Base::Entity
- Object
- OFX::Base::Entity
- OFX::Balance
- Defined in:
- lib/ofx_kit/domain/balance.rb
Overview
Represents the ledger balance of an account at a specific point in time.
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#posted_at ⇒ Object
Returns the value of attribute posted_at.
Method Summary
Methods inherited from OFX::Base::Entity
ensure_attribute, wired_by_builder
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
6 7 8 |
# File 'lib/ofx_kit/domain/balance.rb', line 6 def amount @amount end |
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
6 7 8 |
# File 'lib/ofx_kit/domain/balance.rb', line 6 def amount_cents @amount_cents end |
#posted_at ⇒ Object
Returns the value of attribute posted_at.
6 7 8 |
# File 'lib/ofx_kit/domain/balance.rb', line 6 def posted_at @posted_at end |