Class: Seo::LegacyUrlMigrator::Result
- Inherits:
-
Data
- Object
- Data
- Seo::LegacyUrlMigrator::Result
- Defined in:
- app/services/seo/legacy_url_migrator.rb
Instance Attribute Summary collapse
-
#html_out ⇒ Object
readonly
Returns the value of attribute html_out.
-
#links_migrated ⇒ Object
readonly
Returns the value of attribute links_migrated.
-
#skipped ⇒ Object
readonly
Returns the value of attribute skipped.
Instance Method Summary collapse
-
#initialize(html_out: nil, links_migrated: [], skipped: []) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(html_out: nil, links_migrated: [], skipped: []) ⇒ Result
Returns a new instance of Result.
29 |
# File 'app/services/seo/legacy_url_migrator.rb', line 29 def initialize(html_out: nil, links_migrated: [], skipped: []) = super |
Instance Attribute Details
#html_out ⇒ Object (readonly)
Returns the value of attribute html_out
28 29 30 |
# File 'app/services/seo/legacy_url_migrator.rb', line 28 def html_out @html_out end |
#links_migrated ⇒ Object (readonly)
Returns the value of attribute links_migrated
28 29 30 |
# File 'app/services/seo/legacy_url_migrator.rb', line 28 def links_migrated @links_migrated end |
#skipped ⇒ Object (readonly)
Returns the value of attribute skipped
28 29 30 |
# File 'app/services/seo/legacy_url_migrator.rb', line 28 def skipped @skipped end |