Class: NewRelic::Agent::Configuration::ManualSource
- Inherits:
-
DottedHash
- Object
- Hash
- DottedHash
- NewRelic::Agent::Configuration::ManualSource
- Defined in:
- lib/new_relic/agent/configuration/manual_source.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ ManualSource
constructor
A new instance of ManualSource.
Methods inherited from DottedHash
Constructor Details
#initialize(hash) ⇒ ManualSource
Returns a new instance of ManualSource.
11 12 13 |
# File 'lib/new_relic/agent/configuration/manual_source.rb', line 11 def initialize(hash) super(hash, true) end |