Class: OFX::Aggregate
- Inherits:
-
Object
- Object
- OFX::Aggregate
- Defined in:
- lib/ofx/aggregate.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Aggregate
constructor
A new instance of Aggregate.
- #root ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Aggregate
Returns a new instance of Aggregate.
7 8 9 |
# File 'lib/ofx/aggregate.rb', line 7 def initialize( = {}) @tag = [:name] || :ofx end |
Instance Method Details
#root ⇒ Object
11 12 13 |
# File 'lib/ofx/aggregate.rb', line 11 def root dump(@tag) end |