Class: QbIif::DSL::Timeact

Inherits:
Base
  • Object
show all
Defined in:
lib/qb_iif/dsl/timeact.rb

Constant Summary collapse

HEADER_COLUMNS =
[
  :date,
  :job,
  :emp,
  :item,
  :pitem,
  :duration,
  :proj,
  :note,
  :billingstatus
]
START_COLUMN =
'TIMEACT'
END_COLUMN =
''

Constants included from Keywords

Keywords::ESCAPED_KEYWORDS

Method Summary

Methods inherited from Base

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

Methods included from Keywords

#escaped

Constructor Details

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

Dynamic Method Handling

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