Class: Actions::RemoteExecution::ProxyAction

Inherits:
ProxyAction
  • Object
show all
Includes:
TemplateInvocationProgressLogging
Defined in:
app/lib/actions/remote_execution/proxy_action.rb

Instance Method Summary collapse

Methods included from TemplateInvocationProgressLogging

#log_template_invocation_exception, #template_invocation, #with_template_invocation_error_logging

Instance Method Details

#on_data(data, meta = {}) ⇒ Object



6
7
8
9
# File 'app/lib/actions/remote_execution/proxy_action.rb', line 6

def on_data(data, meta = {})
  super
  process_proxy_data(output[:proxy_output])
end

#run(event = nil) ⇒ Object



11
12
13
# File 'app/lib/actions/remote_execution/proxy_action.rb', line 11

def run(event = nil)
  with_template_invocation_error_logging { super }
end