class Legion::Extensions::Tasker::Actor::FetchDelayedPush

Public Instance Methods

check_subtask?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 12
def check_subtask?
  false
end
generate_task?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 16
def generate_task?
  false
end
runner_class() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 8
def runner_class
  Legion::Extensions::Tasker::Runners::FetchDelayed
end
runner_function() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 4
def runner_function
  'push'
end
time() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 24
def time
  1
end
use_runner?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed_push.rb, line 20
def use_runner?
  false
end