update sent back to the suspended action
# File lib/smart_proxy_remote_execution_ssh/dispatcher.rb, line 35 def initialize(buffer, exit_status) @buffer = buffer @exit_status = exit_status end
# File lib/smart_proxy_remote_execution_ssh/dispatcher.rb, line 40 def buffer_to_hash buffer.map(&:to_hash) end