Exception: ElasticAPM::CentralConfig::ResponseError Private
- Inherits:
-
InternalError
- Object
- StandardError
- InternalError
- ElasticAPM::CentralConfig::ResponseError
- Defined in:
- lib/elastic_apm/central_config.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Attribute Summary collapse
- #response ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(response) ⇒ ResponseError
constructor
private
A new instance of ResponseError.
Constructor Details
#initialize(response) ⇒ ResponseError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of ResponseError.
30 31 32 33 |
# File 'lib/elastic_apm/central_config.rb', line 30 def initialize(response) super @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
35 36 37 |
# File 'lib/elastic_apm/central_config.rb', line 35 def response @response end |