Class: Net::SSH::Service::Forward::Remote
- Inherits:
-
Struct
- Object
- Struct
- Net::SSH::Service::Forward::Remote
- Defined in:
- lib/net/ssh/service/forward.rb
Overview
A simple class for representing a requested remote forwarded port.
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
20 21 22 |
# File 'lib/net/ssh/service/forward.rb', line 20 def host @host end |
#port ⇒ Object
Returns the value of attribute port
20 21 22 |
# File 'lib/net/ssh/service/forward.rb', line 20 def port @port end |