Class: StatsdTestHarness::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#statsd_app_nameObject

Returns the value of attribute statsd_app_name.



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

def statsd_app_name
  @statsd_app_name
end

#statsd_hostObject

Returns the value of attribute statsd_host.



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

def statsd_host
  @statsd_host
end

#statsd_portObject

Returns the value of attribute statsd_port.



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

def statsd_port
  @statsd_port
end

#toolsObject

Returns the value of attribute tools.



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

def tools
  @tools
end