class SmartProxyAcdCore::AcdTaskLauncher
Implements the TaskLauncher::Batch for Acd
Public Instance Methods
child_launcher(parent)
click to toggle source
# File lib/smart_proxy_acd_core/acd_task_launcher.rb, line 18 def child_launcher(parent) ForemanTasksCore::TaskLauncher::Single.new(world, callback, :parent => parent, :action_class_override => AcdRunnerAction) end