Exception: Fedora::Redirection

Inherits:
ConnectionError show all
Defined in:
lib/fedora/connection.rb

Overview

3xx Redirection

Instance Attribute Summary

Attributes inherited from ConnectionError

#response

Instance Method Summary collapse

Methods inherited from ConnectionError

#initialize

Constructor Details

This class inherits a constructor from Fedora::ConnectionError

Instance Method Details

#to_sObject

:nodoc:



28
# File 'lib/fedora/connection.rb', line 28

def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end