class PayrolleeCz::TimesheetPeriodName
Public Class Methods
new()
click to toggle source
Calls superclass method
PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/timesheet_period_name.rb, line 5 def initialize super(PayTagGateway::REF_TIMESHEET_PERIOD, 'Job Timesheet hours', 'Job Timesheet hours', PayNameGateway::VPAYGRP_SCHEDULE, PayNameGateway::HPAYGRP_UNKNOWN) end