Class: StatsdTestHarness::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name.



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

def app_name
  @app_name
end

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#namespaceObject

Returns the value of attribute namespace.



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

def namespace
  @namespace
end

#portObject

Returns the value of attribute port.



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

def port
  @port
end

#toolsObject

Returns the value of attribute tools.



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

def tools
  @tools
end