Class: Rekiq::Worker::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rekiq/worker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#addonObject

Returns the value of attribute addon.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def addon
  @addon
end

#cancel_argsObject

Returns the value of attribute cancel_args.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def cancel_args
  @cancel_args
end

#schedule_expiredObject

Returns the value of attribute schedule_expired.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def schedule_expired
  @schedule_expired
end

#schedule_post_workObject

Returns the value of attribute schedule_post_work.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def schedule_post_work
  @schedule_post_work
end

#starting_atObject

Returns the value of attribute starting_at.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def starting_at
  @starting_at
end

#work_time_shiftObject

Returns the value of attribute work_time_shift.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def work_time_shift
  @work_time_shift
end

#work_time_toleranceObject

Returns the value of attribute work_time_tolerance.



8
9
10
# File 'lib/rekiq/worker.rb', line 8

def work_time_tolerance
  @work_time_tolerance
end

Instance Method Details

#rekiq_cancel_args(*args) ⇒ Object



11
12
13
# File 'lib/rekiq/worker.rb', line 11

def rekiq_cancel_args(*args)
  @cancel_args = args
end