Class: VivlioStarter::CLI::IndexCommands::TermRanking::Bands
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::TermRanking::Bands
- Defined in:
- lib/vivlio_starter/cli/index/term_ranking.rb
Overview
帯分けの結果。target は目安語数、pool_size は候補として提示する上限順位。
Instance Attribute Summary collapse
-
#general ⇒ Object
readonly
Returns the value of attribute general.
-
#hidden_count ⇒ Object
readonly
Returns the value of attribute hidden_count.
-
#pool_size ⇒ Object
readonly
Returns the value of attribute pool_size.
-
#recommended ⇒ Object
readonly
Returns the value of attribute recommended.
-
#review ⇒ Object
readonly
Returns the value of attribute review.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#general ⇒ Object (readonly)
Returns the value of attribute general
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def general @general end |
#hidden_count ⇒ Object (readonly)
Returns the value of attribute hidden_count
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def hidden_count @hidden_count end |
#pool_size ⇒ Object (readonly)
Returns the value of attribute pool_size
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def pool_size @pool_size end |
#recommended ⇒ Object (readonly)
Returns the value of attribute recommended
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def recommended @recommended end |
#review ⇒ Object (readonly)
Returns the value of attribute review
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def review @review end |
#target ⇒ Object (readonly)
Returns the value of attribute target
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def target @target end |
#total ⇒ Object (readonly)
Returns the value of attribute total
38 39 40 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38 def total @total end |