Class: Seo::FaInlineSvgRestorer::Result
- Inherits:
-
Data
- Object
- Data
- Seo::FaInlineSvgRestorer::Result
- Defined in:
- app/services/seo/fa_inline_svg_restorer.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
(also: #changed?)
readonly
Returns the value of attribute changed.
-
#html_out ⇒ Object
readonly
Returns the value of attribute html_out.
-
#icon_count ⇒ Object
readonly
Returns the value of attribute icon_count.
-
#svg_count ⇒ Object
readonly
Returns the value of attribute svg_count.
Instance Method Summary collapse
-
#initialize(html_out: nil, changed: false, svg_count: 0, icon_count: 0) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(html_out: nil, changed: false, svg_count: 0, icon_count: 0) ⇒ Result
Returns a new instance of Result.
21 |
# File 'app/services/seo/fa_inline_svg_restorer.rb', line 21 def initialize(html_out: nil, changed: false, svg_count: 0, icon_count: 0) = super |
Instance Attribute Details
#changed ⇒ Object (readonly) Also known as: changed?
Returns the value of attribute changed
20 21 22 |
# File 'app/services/seo/fa_inline_svg_restorer.rb', line 20 def changed @changed end |
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
20 21 22 |
# File 'app/services/seo/fa_inline_svg_restorer.rb', line 20 def html_out @html_out end |
#icon_count ⇒ Object (readonly)
Returns the value of attribute icon_count
20 21 22 |
# File 'app/services/seo/fa_inline_svg_restorer.rb', line 20 def icon_count @icon_count end |
#svg_count ⇒ Object (readonly)
Returns the value of attribute svg_count
20 21 22 |
# File 'app/services/seo/fa_inline_svg_restorer.rb', line 20 def svg_count @svg_count end |