Class: Seo::FaClassRewriter::Result
- Inherits:
-
Data
- Object
- Data
- Seo::FaClassRewriter::Result
- Defined in:
- app/services/seo/fa_class_rewriter.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#changed ⇒ Object
(also: #changed?)
readonly
Returns the value of attribute changed.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#html_out ⇒ Object
readonly
Returns the value of attribute html_out.
Instance Method Summary collapse
-
#initialize(html_out: nil, changed: false, count: 0) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(html_out: nil, changed: false, count: 0) ⇒ Result
Returns a new instance of Result.
52 |
# File 'app/services/seo/fa_class_rewriter.rb', line 52 def initialize(html_out: nil, changed: false, count: 0) = super |
Instance Attribute Details
#changed ⇒ Object (readonly) Also known as: changed?
Returns the value of attribute changed
51 52 53 |
# File 'app/services/seo/fa_class_rewriter.rb', line 51 def changed @changed end |
#count ⇒ Object (readonly)
Returns the value of attribute count
51 52 53 |
# File 'app/services/seo/fa_class_rewriter.rb', line 51 def count @count end |
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
51 52 53 |
# File 'app/services/seo/fa_class_rewriter.rb', line 51 def html_out @html_out end |