class PayrolleeCz::TaxEmployersHealthName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/tax_employers_health_name.rb, line 5
def initialize
  super(PayTagGateway::REF_TAX_EMPLOYERS_HEALTH,
        "Tax employer’s Health insurance", "Tax employer’s Health insurance",
        PayNameGateway::VPAYGRP_TAX_INCOME, PayNameGateway::HPAYGRP_UNKNOWN)
end