class PayrolleeCz::TaxBonusChildName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/tax_bonus_child_name.rb, line 5
def initialize
  super(PayTagGateway::REF_TAX_BONUS_CHILD,
        'Tax bonus', 'Tax bonus',
        PayNameGateway::VPAYGRP_TAX_RESULT, PayNameGateway::HPAYGRP_UNKNOWN)
end