class Legion::Extensions::Tasker::Actor::FetchDelayed

Public Instance Methods

check_subtask?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed.rb, line 16
def check_subtask?
  false
end
generate_task?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed.rb, line 20
def generate_task?
  false
end
runner_class() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed.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.rb, line 4
def runner_function
  'fetch'
end
use_runner?() click to toggle source
# File lib/legion/extensions/tasker/actors/fetch_delayed.rb, line 12
def use_runner?
  false
end