Class: Seo::HtmlContentSanitizer::Result
- Inherits:
-
Data
- Object
- Data
- Seo::HtmlContentSanitizer::Result
- Defined in:
- app/services/seo/html_content_sanitizer.rb
Instance Attribute Summary collapse
-
#html_out ⇒ Object
readonly
Returns the value of attribute html_out.
Instance Method Summary collapse
-
#initialize(html_out: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(html_out: nil) ⇒ Result
Returns a new instance of Result.
13 |
# File 'app/services/seo/html_content_sanitizer.rb', line 13 def initialize(html_out: nil) = super |
Instance Attribute Details
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
12 13 14 |
# File 'app/services/seo/html_content_sanitizer.rb', line 12 def html_out @html_out end |