Class: Seo::DeparameterizeLinks::Result
- Inherits:
-
Data
- Object
- Data
- Seo::DeparameterizeLinks::Result
- Defined in:
- app/services/seo/deparameterize_links.rb
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.
4 |
# File 'app/services/seo/deparameterize_links.rb', line 4 def initialize(html_out: nil, links_modified: []) = super |
Instance Attribute Details
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
3 4 5 |
# File 'app/services/seo/deparameterize_links.rb', line 3 def html_out @html_out end |
#links_modified ⇒ Object (readonly)
Returns the value of attribute links_modified
3 4 5 |
# File 'app/services/seo/deparameterize_links.rb', line 3 def links_modified @links_modified end |