Class: Riif::DSL::Vend

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

Constant Summary collapse

HEADER_COLUMNS =
[
  :name,
  :printas,
  :addr1,
  :addr2,
  :addr3,
  :addr4,
  :addr5,
  :vtype,
  :cont1,
  :phone1,
  :phone2,
  :faxnum,
  :note,
  :taxid,
  :limit,
  :terms,
  :notepad,
  :salutation,
  :companyname,
  :firstname,
  :midinit,
  :lastname,
  :custfld1,
  :custfld2,
  :custfld3,
  :custfld4,
  :custfld5,
  :custfld6,
  :custfld7,
  :"1099"
]
START_COLUMN =
'VEND'
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