Class: Riif::DSL::Emp

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

Constant Summary collapse

HEADER_COLUMNS =
[
  :name,
  :init,
  :addr1,
  :addr2,
  :addr3,
  :addr4,
  :addr5,
  :ssno,
  :phone1,
  :phone2,
  :notepad,
  :firstname,
  :midinit,
  :lastname,
  :salutation,
  :custfld1,
  :custfld2,
  :custfld3,
  :custfld4,
  :custfld5,
  :custfld6,
  :custfld7,
  :note
]
START_COLUMN =
'EMP'
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