Class: VivlioStarter::CLI::IndexCommands::IndexLibrary::ImportResult

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/index/index_library.rb

Overview

import の結果サマリ。

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_addedObject (readonly)

Returns the value of attribute glossary_added

Returns:

  • (Object)

    the current value of glossary_added



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def glossary_added
  @glossary_added
end

#glossary_skippedObject (readonly)

Returns the value of attribute glossary_skipped

Returns:

  • (Object)

    the current value of glossary_skipped



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def glossary_skipped
  @glossary_skipped
end

#reject_addedObject (readonly)

Returns the value of attribute reject_added

Returns:

  • (Object)

    the current value of reject_added



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def reject_added
  @reject_added
end

#reject_skippedObject (readonly)

Returns the value of attribute reject_skipped

Returns:

  • (Object)

    the current value of reject_skipped



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def reject_skipped
  @reject_skipped
end

#yomi_addedObject (readonly)

Returns the value of attribute yomi_added

Returns:

  • (Object)

    the current value of yomi_added



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def yomi_added
  @yomi_added
end

#yomi_skippedObject (readonly)

Returns the value of attribute yomi_skipped

Returns:

  • (Object)

    the current value of yomi_skipped



33
34
35
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33

def yomi_skipped
  @yomi_skipped
end