Class: OFX::Aggregate

Inherits:
Object
  • Object
show all
Defined in:
lib/ofx/aggregate.rb

Direct Known Subclasses

Document

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Aggregate

Returns a new instance of Aggregate.



7
8
9
# File 'lib/ofx/aggregate.rb', line 7

def initialize(options = {})
  @tag = options[:name] || :ofx
end

Instance Method Details

#rootObject



11
12
13
# File 'lib/ofx/aggregate.rb', line 11

def root
  dump(@tag)
end