Class: Gauge::DebugOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



13
14
15
# File 'lib/executor.rb', line 13

def host
  @host
end

#notify_dispatcherObject

Returns the value of attribute notify_dispatcher.



13
14
15
# File 'lib/executor.rb', line 13

def notify_dispatcher
  @notify_dispatcher
end

#portObject

Returns the value of attribute port.



13
14
15
# File 'lib/executor.rb', line 13

def port
  @port
end

#skip_wait_for_startObject

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_pathObject

Returns the value of attribute socket_path.



13
14
15
# File 'lib/executor.rb', line 13

def socket_path
  @socket_path
end