Class: VivlioStarter::CLI::IndexCommands::TermRanking::Entry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::TermRanking::Entry
- Defined in:
- lib/vivlio_starter/cli/index/term_ranking.rb
Overview
順位付けの 1 行
Instance Attribute Summary collapse
-
#manual ⇒ Object
readonly
Returns the value of attribute manual.
-
#registered ⇒ Object
readonly
Returns the value of attribute registered.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#term ⇒ Object
readonly
Returns the value of attribute term.
Instance Method Summary collapse
Instance Attribute Details
#manual ⇒ Object (readonly)
Returns the value of attribute manual
33 34 35 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33 def manual @manual end |
#registered ⇒ Object (readonly)
Returns the value of attribute registered
33 34 35 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33 def registered @registered end |
#score ⇒ Object (readonly)
Returns the value of attribute score
33 34 35 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33 def score @score end |
#term ⇒ Object (readonly)
Returns the value of attribute term
33 34 35 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33 def term @term end |
Instance Method Details
#unregistered? ⇒ Boolean
34 |
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 34 def unregistered? = !registered |