Class: URLCanonicalize::Response::Success

Inherits:
Generic
  • Object
show all
Defined in:
lib/url_canonicalize/response.rb

Overview

Add HTML to a successful response

Instance Attribute Summary collapse

Attributes inherited from Generic

#url

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html.



19
20
21
# File 'lib/url_canonicalize/response.rb', line 19

def html
  @html
end

#responseObject (readonly)

Returns the value of attribute response.



19
20
21
# File 'lib/url_canonicalize/response.rb', line 19

def response
  @response
end