Class: NewRelic::Control::Camping
- Inherits:
-
Ruby
- Object
- Ruby
- NewRelic::Control::Camping
- Defined in:
- lib/new_relic/control/camping.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#init_config(options) ⇒ Object
8 9 10 11 12 |
# File 'lib/new_relic/control/camping.rb', line 8 def init_config() super @local_env.dispatcher = 'camping' self['app_name'] ||= 'Camping Application' end |