Class: Lich::Main::DetachableClientTarget::Target Private
- Inherits:
-
Struct
- Object
- Struct
- Lich::Main::DetachableClientTarget::Target
- Defined in:
- documented/main/detachable_client_target.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
host is nil when only a port was given (the bind host then comes
from --bind-address or the loopback default); port 0 means the OS
assigns one.
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 'documented/main/detachable_client_target.rb', line 20 def host @host end |
#port ⇒ Object
Returns the value of attribute port
20 21 22 |
# File 'documented/main/detachable_client_target.rb', line 20 def port @port end |