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