class PayrolleeCz::TaxIncomeBaseName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/tax_income_base_name.rb, line 5
def initialize
  super(PayTagGateway::REF_TAX_INCOME_BASE,
        'Taxable income', 'Taxable income',
        PayNameGateway::VPAYGRP_TAX_INCOME, PayNameGateway::HPAYGRP_UNKNOWN)
end