Class: Vivlio::Starter::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



29
30
31
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29

def body_removed
  @body_removed
end

#files_modifiedObject (readonly)

Returns the value of attribute files_modified

Returns:

  • (Object)

    the current value of files_modified



29
30
31
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29

def files_modified
  @files_modified
end

#glossary_removedObject (readonly)

Returns the value of attribute glossary_removed

Returns:

  • (Object)

    the current value of glossary_removed



29
30
31
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29

def glossary_removed
  @glossary_removed
end

#index_removedObject (readonly)

Returns the value of attribute index_removed

Returns:

  • (Object)

    the current value of index_removed



29
30
31
# File 'lib/vivlio/starter/cli/build/backlink_deduplicator.rb', line 29

def index_removed
  @index_removed
end