Class: VivlioStarter::CLI::Build::BacklinkDeduplicator::Result
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::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
28 29 30 |
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28 def body_removed @body_removed end |
#files_modified ⇒ Object (readonly)
Returns the value of attribute files_modified
28 29 30 |
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28 def files_modified @files_modified end |
#glossary_removed ⇒ Object (readonly)
Returns the value of attribute glossary_removed
28 29 30 |
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28 def glossary_removed @glossary_removed end |
#index_removed ⇒ Object (readonly)
Returns the value of attribute index_removed
28 29 30 |
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28 def index_removed @index_removed end |