Class: MT940Structured::Parsers::Triodos::Parser

Inherits:
Base
  • Object
show all
Defined in:
lib/mt940_structured/parsers/tridios/parser.rb

Instance Method Summary collapse

Methods inherited from Base

#transform

Constructor Details

#initializeParser

Returns a new instance of Parser.



3
4
5
# File 'lib/mt940_structured/parsers/tridios/parser.rb', line 3

def initialize
  super "Triodos", TransactionParsers.new
end