Sha256: ec51d1c45f9ec2b45fcd9a599b3d87cc4a54f1a6fb9993e7fc5ef9541980770f

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require 'new_relic/agent/configuration/dotted_hash'

module NewRelic
  module Agent
    module Configuration
      class ManualSource < DottedHash
        def initialize(hash)
          super(hash, true)
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-8.10.1 lib/new_relic/agent/configuration/manual_source.rb
newrelic_rpm-8.10.0 lib/new_relic/agent/configuration/manual_source.rb