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