class PayrolleeCz::SavingsPensionsTag

Public Class Methods

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

Public Instance Methods

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