Exception: DataMapperRest::Redirection
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- DataMapperRest::Redirection
- Defined in:
- lib/dm-rest-adapter/exceptions.rb
Overview
3xx Redirection
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary collapse
-
#to_s ⇒ Object
:nodoc:.
Methods inherited from ConnectionError
Constructor Details
This class inherits a constructor from DataMapperRest::ConnectionError
Instance Method Details
#to_s ⇒ Object
:nodoc:
26 |
# File 'lib/dm-rest-adapter/exceptions.rb', line 26 def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end |