Class: Gauge::DebugOptions
- Inherits:
-
Object
- Object
- Gauge::DebugOptions
- Defined in:
- lib/executor.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#notify_dispatcher ⇒ Object
Returns the value of attribute notify_dispatcher.
-
#port ⇒ Object
Returns the value of attribute port.
-
#skip_wait_for_start ⇒ Object
Returns the value of attribute skip_wait_for_start.
-
#socket_path ⇒ Object
Returns the value of attribute socket_path.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
13 14 15 |
# File 'lib/executor.rb', line 13 def host @host end |
#notify_dispatcher ⇒ Object
Returns the value of attribute notify_dispatcher.
13 14 15 |
# File 'lib/executor.rb', line 13 def notify_dispatcher @notify_dispatcher end |
#port ⇒ Object
Returns the value of attribute port.
13 14 15 |
# File 'lib/executor.rb', line 13 def port @port end |
#skip_wait_for_start ⇒ Object
Returns the value of attribute skip_wait_for_start.
13 14 15 |
# File 'lib/executor.rb', line 13 def skip_wait_for_start @skip_wait_for_start end |
#socket_path ⇒ Object
Returns the value of attribute socket_path.
13 14 15 |
# File 'lib/executor.rb', line 13 def socket_path @socket_path end |