Class: Seo::DeparameterizeLinks::Result
- Inherits:
-
Data
- Object
- Data
- Seo::DeparameterizeLinks::Result
- Defined in:
- app/services/seo/deparameterize_links.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#html_out ⇒ Object
readonly
Returns the value of attribute html_out.
-
#links_modified ⇒ Object
readonly
Returns the value of attribute links_modified.
Instance Method Summary collapse
-
#initialize(html_out: nil, links_modified: []) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(html_out: nil, links_modified: []) ⇒ Result
Returns a new instance of Result.
6 |
# File 'app/services/seo/deparameterize_links.rb', line 6 def initialize(html_out: nil, links_modified: []) = super |
Instance Attribute Details
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
5 6 7 |
# File 'app/services/seo/deparameterize_links.rb', line 5 def html_out @html_out end |
#links_modified ⇒ Object (readonly)
Returns the value of attribute links_modified
5 6 7 |
# File 'app/services/seo/deparameterize_links.rb', line 5 def links_modified @links_modified end |