class PayrolleeCz::InsuranceHealthName
Public Class Methods
new()
click to toggle source
Calls superclass method
PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/insurance_health_name.rb, line 5 def initialize super(PayTagGateway::REF_INSURANCE_HEALTH, 'Health insurance', 'Health insurance contribution', PayNameGateway::VPAYGRP_INS_RESULT, PayNameGateway::HPAYGRP_UNKNOWN) end