Method: ApiResource::Redirection#to_s
- Defined in:
- lib/api_resource/exceptions.rb
#to_s ⇒ Object
:nodoc:
36 |
# File 'lib/api_resource/exceptions.rb', line 36 def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end |