lib/wayfarer/networking/result.rb in wayfarer-0.4.0 vs lib/wayfarer/networking/result.rb in wayfarer-0.4.1

- old
+ new

@@ -10,9 +10,9 @@ Success = Struct.new(:page) # Signals that a URL resulted in response with 3xx. # @!attribute [rw] redirect_url # @return [URI] Where to go next. - Redirect = Struct.new(:request_url, :redirect_url) + Redirect = Struct.new(:redirect_url) end end end