class ElasticAPM::CentralConfig::ResponseError

@api private

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/elastic_apm/central_config.rb, line 30
def initialize(response)
  super
  @response = response
end