Method: Net::SSH::Connection::Channel#properties

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

#propertiesObject (readonly)

A hash of properties for this channel. These can be used to store state information about this channel. See also #[] and #[]=.



92
93
94
# File 'lib/net/ssh/connection/channel.rb', line 92

def properties
  @properties
end