Class: VivlioStarter::CLI::IndexCommands::IndexLibrary::ImportResult
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::IndexLibrary::ImportResult
- Defined in:
- lib/vivlio_starter/cli/index/index_library.rb
Overview
import の結果サマリ。
Instance Attribute Summary collapse
-
#glossary_added ⇒ Object
readonly
Returns the value of attribute glossary_added.
-
#glossary_skipped ⇒ Object
readonly
Returns the value of attribute glossary_skipped.
-
#reject_added ⇒ Object
readonly
Returns the value of attribute reject_added.
-
#reject_skipped ⇒ Object
readonly
Returns the value of attribute reject_skipped.
-
#yomi_added ⇒ Object
readonly
Returns the value of attribute yomi_added.
-
#yomi_skipped ⇒ Object
readonly
Returns the value of attribute yomi_skipped.
Instance Attribute Details
#glossary_added ⇒ Object (readonly)
Returns the value of attribute glossary_added
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def glossary_added @glossary_added end |
#glossary_skipped ⇒ Object (readonly)
Returns the value of attribute glossary_skipped
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def glossary_skipped @glossary_skipped end |
#reject_added ⇒ Object (readonly)
Returns the value of attribute reject_added
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def reject_added @reject_added end |
#reject_skipped ⇒ Object (readonly)
Returns the value of attribute reject_skipped
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def reject_skipped @reject_skipped end |
#yomi_added ⇒ Object (readonly)
Returns the value of attribute yomi_added
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def yomi_added @yomi_added end |
#yomi_skipped ⇒ Object (readonly)
Returns the value of attribute yomi_skipped
33 34 35 |
# File 'lib/vivlio_starter/cli/index/index_library.rb', line 33 def yomi_skipped @yomi_skipped end |