Sha256: 9c347bf39e6f6772a3c79bb07b45a692e55df739713b3c8f4febf547e684df35
Contents?: true
Size: 362 Bytes
Versions: 3
Compression:
Stored size: 362 Bytes
Contents
module Xeroizer module Record module Payroll class TimeOffLineModel < PayrollBaseModel end class TimeOffLine < PayrollBase guid :time_off_type_id, :api_name => 'TimeOffTypeID' decimal :hours decimal :balance validates_presence_of :time_off_type_id, :unless => :new_record? end end end end
Version data entries
3 entries across 3 versions & 2 rubygems