Class: URLCanonicalize::Response::Success
- Defined in:
- lib/url_canonicalize/response.rb
Overview
Add HTML to a successful response
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Attributes inherited from Generic
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html.
19 20 21 |
# File 'lib/url_canonicalize/response.rb', line 19 def html @html end |
#response ⇒ Object (readonly)
Returns the value of attribute response.
19 20 21 |
# File 'lib/url_canonicalize/response.rb', line 19 def response @response end |