Class: URLCanonicalize::Response::CanonicalFound
- Defined in:
- lib/url_canonicalize/response.rb
Overview
We found a canonical URL!
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Attributes inherited from Generic
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
32 33 34 |
# File 'lib/url_canonicalize/response.rb', line 32 def response @response end |