Class: VivlioStarter::CLI::IndexCommands::IndexPlanReporter::Plan
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::IndexPlanReporter::Plan
- Defined in:
- lib/vivlio_starter/cli/index/index_plan_reporter.rb
Overview
表示に必要な素材。算出はすべて呼び出し側(UnifiedIndexManager)が行い、 ここは組み立てと出力だけを担う(責務を混ぜない)。
Instance Attribute Summary collapse
-
#all_estimates ⇒ Object
readonly
Returns the value of attribute all_estimates.
-
#bands ⇒ Object
readonly
Returns the value of attribute bands.
-
#candidate_scores ⇒ Object
readonly
Returns the value of attribute candidate_scores.
-
#chapters ⇒ Object
readonly
Returns the value of attribute chapters.
-
#estimate ⇒ Object
readonly
Returns the value of attribute estimate.
-
#prose_chars ⇒ Object
readonly
Returns the value of attribute prose_chars.
-
#registered_terms ⇒ Object
readonly
Returns the value of attribute registered_terms.
Instance Attribute Details
#all_estimates ⇒ Object (readonly)
Returns the value of attribute all_estimates
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def all_estimates @all_estimates end |
#bands ⇒ Object (readonly)
Returns the value of attribute bands
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def bands @bands end |
#candidate_scores ⇒ Object (readonly)
Returns the value of attribute candidate_scores
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def candidate_scores @candidate_scores end |
#chapters ⇒ Object (readonly)
Returns the value of attribute chapters
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def chapters @chapters end |
#estimate ⇒ Object (readonly)
Returns the value of attribute estimate
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def estimate @estimate end |
#prose_chars ⇒ Object (readonly)
Returns the value of attribute prose_chars
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def prose_chars @prose_chars end |
#registered_terms ⇒ Object (readonly)
Returns the value of attribute registered_terms
41 42 43 |
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41 def registered_terms @registered_terms end |