Exception: Hoss::CentralConfig::ResponseError Private

Inherits:
InternalError
  • Object
show all
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

ClientError, ServerError

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#responseObject (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