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