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.



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

def host
  @host
end

#notify_dispatcherObject

Returns the value of attribute notify_dispatcher.



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

def notify_dispatcher
  @notify_dispatcher
end

#portObject

Returns the value of attribute port.



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

def port
  @port
end

#skip_wait_for_startObject

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_pathObject

Returns the value of attribute socket_path.



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

def socket_path
  @socket_path
end