class Net::SSH::Connection::Channel

def [](name)

A shortcut for accessing properties of the channel (see #properties).
def [](name)
  @properties[name]
end