Class: Vivlio::Starter::CLI::Build::BacklinkDeduplicator::Result
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Build::BacklinkDeduplicator::Result
- Defined in:
- lib/vivlio/starter/cli/build/backlink_deduplicator.rb
Overview
処理結果を保持する Data オブジェクト
Instance Attribute Summary collapse
-
#body_removed ⇒ Object
readonly
Returns the value of attribute body_removed.
-
#files_modified ⇒ Object
readonly
Returns the value of attribute files_modified.
-
#glossary_removed ⇒ Object
readonly
Returns the value of attribute glossary_removed.
-
#index_removed ⇒ Object
readonly
Returns the value of attribute index_removed.
Instance Attribute Details
#body_removed ⇒ Object (readonly)
Returns the value of attribute body_removed
29 30 31 |
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29 def body_removed @body_removed end |
#files_modified ⇒ Object (readonly)
Returns the value of attribute files_modified
29 30 31 |
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29 def files_modified @files_modified end |
#glossary_removed ⇒ Object (readonly)
Returns the value of attribute glossary_removed
29 30 31 |
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29 def glossary_removed @glossary_removed end |
#index_removed ⇒ Object (readonly)
Returns the value of attribute index_removed
29 30 31 |
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29 def index_removed @index_removed end |