Class: StatsdTestHarness::Configuration
- Inherits:
-
Object
- Object
- StatsdTestHarness::Configuration
- Defined in:
- lib/statsd_test_harness.rb
Instance Attribute Summary collapse
-
#statsd_app_name ⇒ Object
Returns the value of attribute statsd_app_name.
-
#statsd_host ⇒ Object
Returns the value of attribute statsd_host.
-
#statsd_port ⇒ Object
Returns the value of attribute statsd_port.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Attribute Details
#statsd_app_name ⇒ Object
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_host ⇒ Object
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_port ⇒ Object
Returns the value of attribute statsd_port.
24 25 26 |
# File 'lib/statsd_test_harness.rb', line 24 def statsd_port @statsd_port end |
#tools ⇒ Object
Returns the value of attribute tools.
24 25 26 |
# File 'lib/statsd_test_harness.rb', line 24 def tools @tools end |