class PayrolleeCz::HoursAbsenceName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/hours_absence_name.rb, line 5
def initialize
  super(PayTagGateway::REF_HOURS_ABSENCE,
        'Absence hours', 'Absence hours',
        PayNameGateway::VPAYGRP_SCHEDULE, PayNameGateway::HPAYGRP_UNKNOWN)
end