class ElasticAPM::Spies::Registration

@api private

Attributes

const_name[R]
require_paths[R]

Public Class Methods

new(const_name, require_paths, spy) click to toggle source
# File lib/elastic_apm/spies.rb, line 12
def initialize(const_name, require_paths, spy)
  @const_name = const_name
  @require_paths = Array(require_paths)
  @spy = spy
end