Class: Riif::DSL::Spl

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

Constant Summary collapse

HEADER_COLUMNS =
[
  :splid,
  :trnstype,
  :date,
  :accnt,
  :name,
  :class,
  :amount,
  :docnum,
  :memo,
  :clear,
  :qnty,
  :price,
  :invitem,
  :paymeth,
  :taxable,
  :reimbexp,
  :extra
]
START_COLUMN =
'SPL'
END_COLUMN =
''

Instance Method Summary collapse

Methods inherited from Base

#build, #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

Instance Method Details

#headersObject



25
26
27
# File 'lib/riif/dsl/spl.rb', line 25

def headers
  []
end