Class: VivlioStarter::CLI::IndexCommands::IndexPlanReporter::Plan

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

Overview

表示に必要な素材。算出はすべて呼び出し側(UnifiedIndexManager)が行い、 ここは組み立てと出力だけを担う(責務を混ぜない)。

Instance Attribute Summary collapse

Instance Attribute Details

#all_estimatesObject (readonly)

Returns the value of attribute all_estimates

Returns:

  • (Object)

    the current value of all_estimates



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def all_estimates
  @all_estimates
end

#bandsObject (readonly)

Returns the value of attribute bands

Returns:

  • (Object)

    the current value of bands



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def bands
  @bands
end

#candidate_scoresObject (readonly)

Returns the value of attribute candidate_scores

Returns:

  • (Object)

    the current value of candidate_scores



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def candidate_scores
  @candidate_scores
end

#chaptersObject (readonly)

Returns the value of attribute chapters

Returns:

  • (Object)

    the current value of chapters



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def chapters
  @chapters
end

#estimateObject (readonly)

Returns the value of attribute estimate

Returns:

  • (Object)

    the current value of estimate



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def estimate
  @estimate
end

#prose_charsObject (readonly)

Returns the value of attribute prose_chars

Returns:

  • (Object)

    the current value of prose_chars



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def prose_chars
  @prose_chars
end

#registered_termsObject (readonly)

Returns the value of attribute registered_terms

Returns:

  • (Object)

    the current value of registered_terms



41
42
43
# File 'lib/vivlio_starter/cli/index/index_plan_reporter.rb', line 41

def registered_terms
  @registered_terms
end