Class: VivlioStarter::CLI::Build::BacklinkDeduplicator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/build/backlink_deduplicator.rb

Overview

処理結果を保持する Data オブジェクト

Instance Attribute Summary collapse

Instance Attribute Details

#body_removedObject (readonly)

Returns the value of attribute body_removed

Returns:

  • (Object)

    the current value of body_removed



28
29
30
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28

def body_removed
  @body_removed
end

#files_modifiedObject (readonly)

Returns the value of attribute files_modified

Returns:

  • (Object)

    the current value of files_modified



28
29
30
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28

def files_modified
  @files_modified
end

#glossary_removedObject (readonly)

Returns the value of attribute glossary_removed

Returns:

  • (Object)

    the current value of glossary_removed



28
29
30
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28

def glossary_removed
  @glossary_removed
end

#index_removedObject (readonly)

Returns the value of attribute index_removed

Returns:

  • (Object)

    the current value of index_removed



28
29
30
# File 'lib/vivlio_starter/cli/build/backlink_deduplicator.rb', line 28

def index_removed
  @index_removed
end