Class: Gauge::DebugOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#host ⇒ Object

Returns the value of attribute host.



10
11
12
# File 'lib/executor.rb', line 10

def host
  @host
end

#notify_dispatcher ⇒ Object

Returns the value of attribute notify_dispatcher.



10
11
12
# File 'lib/executor.rb', line 10

def notify_dispatcher
  @notify_dispatcher
end

#port ⇒ Object

Returns the value of attribute port.



10
11
12
# File 'lib/executor.rb', line 10

def port
  @port
end

#skip_wait_for_start ⇒ Object

Returns the value of attribute skip_wait_for_start.



10
11
12
# File 'lib/executor.rb', line 10

def skip_wait_for_start
  @skip_wait_for_start
end

#socket_path ⇒ Object

Returns the value of attribute socket_path.



10
11
12
# File 'lib/executor.rb', line 10

def socket_path
  @socket_path
end