Class: Proxy::Dynflow::Action::OutputCollector

Inherits:
Runner::Action
  • Object
show all
Defined in:
lib/smart_proxy_dynflow/action/output_collector.rb

Instance Method Summary collapse

Instance Method Details

#init_runObject



3
4
5
6
# File 'lib/smart_proxy_dynflow/action/output_collector.rb', line 3

def init_run
  output[:result] = []
  suspend
end