class OneApm::Configuration::ManualSource

Public Class Methods

new(hash) click to toggle source
Calls superclass method OneApm::Support::DottedHash::new
# File lib/one_apm/configuration/manual_source.rb, line 8
def initialize(hash)
  super(hash, true)
end