class PayrolleeCz::TaxBonusChildTag

Public Class Methods

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

Public Instance Methods

income_netto?() click to toggle source
# File lib/payrollee_cz/pay_tags/tax_bonus_child_tag.rb, line 7
def income_netto?
  true
end