class PayrolleeCz::TaxWithholdTag
Public Class Methods
new()
click to toggle source
Calls superclass method
PayrolleeCz::PayrollTag::new
# File lib/payrollee_cz/pay_tags/tax_withhold_tag.rb, line 5 def initialize super(PayTagGateway::REF_TAX_WITHHOLD, PayConceptGateway::REFCON_TAX_WITHHOLD) end
Public Instance Methods
deduction_netto?()
click to toggle source
# File lib/payrollee_cz/pay_tags/tax_withhold_tag.rb, line 9 def deduction_netto? true end