class PayrolleeCz::InsuranceSocialBaseName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/insurance_social_base_name.rb, line 5
def initialize
  super(PayTagGateway::REF_INSURANCE_SOCIAL_BASE,
        'Social insurance base', 'Assessment base for Social insurance',
        PayNameGateway::VPAYGRP_INS_INCOME, PayNameGateway::HPAYGRP_UNKNOWN)
end