Class: Pantomath::Configuration
- Inherits:
-
Object
- Object
- Pantomath::Configuration
- Defined in:
- lib/pantomath/configuration.rb
Instance Attribute Summary collapse
-
#agent_host ⇒ Object
Returns the value of attribute agent_host.
-
#agent_port ⇒ Object
Returns the value of attribute agent_port.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Method Summary collapse
Instance Attribute Details
#agent_host ⇒ Object
Returns the value of attribute agent_host.
7 8 9 |
# File 'lib/pantomath/configuration.rb', line 7 def agent_host @agent_host end |
#agent_port ⇒ Object
Returns the value of attribute agent_port.
7 8 9 |
# File 'lib/pantomath/configuration.rb', line 7 def agent_port @agent_port end |
#service_name ⇒ Object
Returns the value of attribute service_name.
7 8 9 |
# File 'lib/pantomath/configuration.rb', line 7 def service_name @service_name end |
Instance Method Details
#exclude_patterns ⇒ Object
13 14 15 |
# File 'lib/pantomath/configuration.rb', line 13 def exclude_patterns @exclude_patterns ||= OpenStruct.new end |
#tag_collectors ⇒ Object
9 10 11 |
# File 'lib/pantomath/configuration.rb', line 9 def tag_collectors @tag_collectors ||= OpenStruct.new end |