class NewRelic::Agent::Configuration::ManualSource
Public Class Methods
new(hash)
click to toggle source
Calls superclass method
NewRelic::Agent::Configuration::DottedHash::new
# File lib/new_relic/agent/configuration/manual_source.rb, line 11 def initialize(hash) super(hash, true) end