Class: NewRelic::Agent::Configuration::ManualSource

Inherits:
DottedHash
  • Object
show all
Defined in:
lib/new_relic/agent/configuration/manual_source.rb

Instance Method Summary collapse

Methods inherited from DottedHash

#inspect, symbolize, #to_hash

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