Class: Riif::DSL::Accnt

Inherits:
Base
  • Object
show all
Defined in:
lib/riif/dsl/accnt.rb

Constant Summary collapse

HEADER_COLUMNS =
[
  :name,
  :accnttype,
  :obamount,
  :desc,
  :scd,
  :accnum,
  :extra
]
START_COLUMN =
'ACCNT'
END_COLUMN =
''

Method Summary

Methods inherited from Base

#build, #headers, #initialize, #method_missing, #output, #row, #rows

Constructor Details

This class inherits a constructor from Riif::DSL::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Riif::DSL::Base