Exception: Hoss::CentralConfig::ResponseError Private
- Inherits:
-
InternalError
- Object
- StandardError
- InternalError
- Hoss::CentralConfig::ResponseError
- Defined in:
- lib/hoss/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.
29 30 31 |
# File 'lib/hoss/central_config.rb', line 29 def initialize(response) @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.
33 34 35 |
# File 'lib/hoss/central_config.rb', line 33 def response @response end |