Class: Nonnative::TCPProbe::Target
- Inherits:
-
Struct
- Object
- Struct
- Nonnative::TCPProbe::Target
- Defined in:
- lib/nonnative/tcp_probe.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
6 7 8 |
# File 'lib/nonnative/tcp_probe.rb', line 6 def host @host end |
#timeout ⇒ Object
Returns the value of attribute timeout
6 7 8 |
# File 'lib/nonnative/tcp_probe.rb', line 6 def timeout @timeout end |