Method: Net::SSH::Connection::Channel#output

Defined in:
lib/net/ssh/connection/channel.rb

#outputObject (readonly)

The output buffer for this channel. Data written to the channel is enqueued here, to be written as CHANNEL_DATA packets during each pass of the event loop. See Connection::Session#process and #enqueue_pending_output.



97
98
99
# File 'lib/net/ssh/connection/channel.rb', line 97

def output
  @output
end