class URLCanonicalize::Response::CanonicalFound
We found a canonical URL!
Attributes
response[R]
Public Class Methods
new(url, response)
click to toggle source
Calls superclass method
URLCanonicalize::Response::Generic::new
# File lib/url_canonicalize/response.rb, line 41 def initialize(url, response) @response = response super url end