Class: VivlioStarter::CLI::IndexCommands::TermRanking::Bands

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

Overview

帯分けの結果。target は目安語数、pool_size は候補として提示する上限順位。

Instance Attribute Summary collapse

Instance Attribute Details

#generalObject (readonly)

Returns the value of attribute general

Returns:

  • (Object)

    the current value of general



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def general
  @general
end

#hidden_countObject (readonly)

Returns the value of attribute hidden_count

Returns:

  • (Object)

    the current value of hidden_count



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def hidden_count
  @hidden_count
end

#pool_sizeObject (readonly)

Returns the value of attribute pool_size

Returns:

  • (Object)

    the current value of pool_size



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def pool_size
  @pool_size
end

Returns the value of attribute recommended

Returns:

  • (Object)

    the current value of recommended



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def recommended
  @recommended
end

#reviewObject (readonly)

Returns the value of attribute review

Returns:

  • (Object)

    the current value of review



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def review
  @review
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def target
  @target
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



38
39
40
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 38

def total
  @total
end