class PayrolleeCz::IncomeNettoName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/income_netto_name.rb, line 5
def initialize
  super(PayTagGateway::REF_INCOME_NETTO,
        'Net income', 'Net income',
        PayNameGateway::VPAYGRP_SUMMARY, PayNameGateway::HPAYGRP_UNKNOWN)
end