Class: VivlioStarter::CLI::Metrics::KanjiLevelReport
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::KanjiLevelReport
- Defined in:
- lib/vivlio_starter/cli/metrics/kanji_levels.rb
Overview
漢字レベル集計の結果。 ratios … [表示ラベル, 割合%] の配列(内訳の表示順) lists … { level_key => [[漢字, 回数], …] }(中学/一般/専門のみ) locations … [[漢字, ["第NN章 L##", …]], …](一般・専門の出現箇所)
Instance Attribute Summary collapse
-
#lists ⇒ Object
readonly
Returns the value of attribute lists.
-
#locations ⇒ Object
readonly
Returns the value of attribute locations.
-
#ratios ⇒ Object
readonly
Returns the value of attribute ratios.
Instance Attribute Details
#lists ⇒ Object (readonly)
Returns the value of attribute lists
29 30 31 |
# File 'lib/vivlio_starter/cli/metrics/kanji_levels.rb', line 29 def lists @lists end |
#locations ⇒ Object (readonly)
Returns the value of attribute locations
29 30 31 |
# File 'lib/vivlio_starter/cli/metrics/kanji_levels.rb', line 29 def locations @locations end |
#ratios ⇒ Object (readonly)
Returns the value of attribute ratios
29 30 31 |
# File 'lib/vivlio_starter/cli/metrics/kanji_levels.rb', line 29 def ratios @ratios end |