class PayrolleeCz::InsuranceSocialTag

Public Class Methods

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

Public Instance Methods

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