class PayrolleeCz::TaxIncomeBaseTag

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollTag::new
# File lib/payrollee_cz/pay_tags/tax_income_base_tag.rb, line 5
def initialize
  super(PayTagGateway::REF_TAX_INCOME_BASE, PayConceptGateway::REFCON_TAX_INCOME_BASE)
end