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.



24
25
26
# File 'lib/executor.rb', line 24

def host
  @host
end

#notify_dispatcherObject

Returns the value of attribute notify_dispatcher.



24
25
26
# File 'lib/executor.rb', line 24

def notify_dispatcher
  @notify_dispatcher
end

#portObject

Returns the value of attribute port.



24
25
26
# File 'lib/executor.rb', line 24

def port
  @port
end