class PayrolleeCz::InsuranceHealthTag

Public Class Methods

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

Public Instance Methods

deduction_netto?() click to toggle source
# File lib/payrollee_cz/pay_tags/insurance_health_tag.rb, line 9
def deduction_netto?
  true
end