Class: Proxy::Dynflow::Action::BatchCallback
- Inherits:
-
Dynflow::Action
- Object
- Dynflow::Action
- Proxy::Dynflow::Action::BatchCallback
- Defined in:
- lib/smart_proxy_dynflow/action/batch_callback.rb
Instance Method Summary collapse
Instance Method Details
#plan(input_hash, results) ⇒ Object
3 4 5 |
# File 'lib/smart_proxy_dynflow/action/batch_callback.rb', line 3 def plan(input_hash, results) plan_self :targets => input_hash, :results => results end |