Exception: LazyResource::Redirection

Inherits:
ConnectionError show all
Defined in:
lib/lazy_resource/errors.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 LazyResource::ConnectionError

Instance Method Details

#to_sObject

:nodoc:



36
# File 'lib/lazy_resource/errors.rb', line 36

def to_s; (response.headers['Location'] || response.headers[:Location]) ? "#{super} => #{response.headers['Location'] || response.headers[:Location]}" : super; end