class PayrolleeCz::SalaryBaseName
Public Class Methods
new()
click to toggle source
Calls superclass method
PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/salary_base_name.rb, line 5 def initialize super(PayTagGateway::REF_SALARY_BASE, 'Base Salary', 'Base Salary', PayNameGateway::VPAYGRP_PAYMENTS, PayNameGateway::HPAYGRP_UNKNOWN) end