Class: OFX::Statement::Output::Builder::OFX2
- Inherits:
-
Builder::XmlMarkup
- Object
- Builder::XmlMarkup
- OFX::Statement::Output::Builder::OFX2
- Defined in:
- lib/ofx/statement/output/builder.rb
Instance Method Summary collapse
Instance Method Details
#ofx_stanza! ⇒ Object
6 7 8 9 10 |
# File 'lib/ofx/statement/output/builder.rb', line 6 def ofx_stanza! self.instruct! self.instruct! :OFX, :OFXHEADER => "200", :VERSION => "203", :SECURITY => "NONE", :OLDFILEUID => "NONE", :NEWFILEUID => "NONE" end |