Method: Net::SSH::Connection::Channel#type

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

#typeObject (readonly)

The type of this channel, usually “session”.



63
64
65
# File 'lib/net/ssh/connection/channel.rb', line 63

def type
  @type
end