class PayrolleeCz::TaxReliefPayerTag

Public Class Methods

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