Class: Riif::DSL::Cust

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

Constant Summary collapse

HEADER_COLUMNS =
[
  :name,
  :baddr1,
  :baddr2,
  :baddr3,
  :baddr4,
  :baddr5,
  :saddr1,
  :saddr2,
  :saddr3,
  :saddr4,
  :saddr5,
  :phone1,
  :phone2,
  :faxnum,
  :cont1,
  :cont2,
  :ctype,
  :terms,
  :taxable,
  :limit,
  :resalenum,
  :rep,
  :taxitem,
  :notepad,
  :salutation,
  :companyname,
  :firstname,
  :midinit,
  :lastname,
  :custfld1,
  :custfld2,
  :custfld3,
  :custfld4,
  :custfld5,
  :custfld6,
  :custfld7,
  :jobdesc,
  :jobtype,
  :jobstatus,
  :jobstart,
  :jobprojend,
  :jobend,
  :note
]
START_COLUMN =
'CUST'
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