Method: Net::SSH::Connection::Channel#type
- Defined in:
- lib/net/ssh/connection/channel.rb
#type ⇒ Object (readonly)
The type of this channel, usually “session”.
63 64 65 |
# File 'lib/net/ssh/connection/channel.rb', line 63 def type @type end |