class PayrolleeCz::HoursAbsenceTag

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollTag::new
# File lib/payrollee_cz/pay_tags/hours_absence_tag.rb, line 3
def initialize
  super(PayTagGateway::REF_HOURS_ABSENCE, PayConceptGateway::REFCON_HOURS_ABSENCE)
end