Class: VivlioStarter::CLI::IndexCommands::TermRanking::Entry

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

Overview

順位付けの 1 行

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#manualObject (readonly)

Returns the value of attribute manual

Returns:

  • (Object)

    the current value of manual



33
34
35
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33

def manual
  @manual
end

#registeredObject (readonly)

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



33
34
35
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33

def registered
  @registered
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



33
34
35
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33

def score
  @score
end

#termObject (readonly)

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



33
34
35
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 33

def term
  @term
end

Instance Method Details

#unregistered?Boolean

Returns:

  • (Boolean)


34
# File 'lib/vivlio_starter/cli/index/term_ranking.rb', line 34

def unregistered? = !registered