class PayrolleeCz::ScheduleWorkTag

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollTag::new
# File lib/payrollee_cz/pay_tags/schedule_work_tag.rb, line 22
def initialize
  super(PayTagGateway::REF_SCHEDULE_WORK, PayConceptGateway::REFCON_SCHEDULE_WEEKLY)
end

Public Instance Methods

description() click to toggle source
# File lib/payrollee_cz/pay_tags/schedule_work_tag.rb, line 30
def description
  'Working schedule'
end
title() click to toggle source
# File lib/payrollee_cz/pay_tags/schedule_work_tag.rb, line 26
def title
  'Working schedule'
end