Method: Net::SSH::Connection::Channel#connection
- Defined in:
- lib/net/ssh/connection/channel.rb
#connection ⇒ Object (readonly)
The underlying Net::SSH::Connection::Session instance that supports this channel.
66 67 68 |
# File 'lib/net/ssh/connection/channel.rb', line 66 def connection @connection end |