Module: EacRailsUtils::Patches::OfxParser::OfxParser::ClassMethods

Defined in:
lib/eac_rails_utils/patches/ofx_parser.rb

Instance Method Summary collapse

Instance Method Details

#build_transaction(t) ⇒ Object



17
18
19
20
21
# File 'lib/eac_rails_utils/patches/ofx_parser.rb', line 17

def build_transaction(t)
  r = super
  r.currate = (t / 'CURRENCY/CURRATE').inner_text
  r
end