Exception: CouchResource::Redirection
- Inherits:
-
ConnectionError
- Object
- StandardError
- CouchResourceError
- ConnectionError
- CouchResource::Redirection
- Defined in:
- lib/couch_resource/connection.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 CouchResource::ConnectionError
Instance Method Details
#to_s ⇒ Object
:nodoc:
28 |
# File 'lib/couch_resource/connection.rb', line 28 def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end |