Class: OneApm::Configuration::ManualSource

Inherits:
Support::DottedHash show all
Defined in:
lib/one_apm/configuration/manual_source.rb

Instance Method Summary collapse

Methods inherited from Support::DottedHash

#inspect, symbolize, #to_hash

Constructor Details

#initialize(hash) ⇒ ManualSource

Returns a new instance of ManualSource.



8
9
10
# File 'lib/one_apm/configuration/manual_source.rb', line 8

def initialize(hash)
  super(hash, true)
end