module ElasticAPM::Config::Options::ClassMethods
@api private
Public Instance Methods
option(key, **args)
click to toggle source
# File lib/elastic_apm/config/options.rb, line 104 def option(key, **args) schema[key] = args end
schema()
click to toggle source
# File lib/elastic_apm/config/options.rb, line 100 def schema @schema ||= {} end