Class: VivlioStarter::CLI::IndexCommands::HeadingOutline::Located

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

Overview

解決の結果。ambiguous なら候補が複数あり、著者に絞ってもらう必要がある。

Instance Attribute Summary collapse

Instance Attribute Details

#ambiguousObject (readonly)

Returns the value of attribute ambiguous

Returns:

  • (Object)

    the current value of ambiguous



40
41
42
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40

def ambiguous
  @ambiguous
end

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



40
41
42
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40

def candidates
  @candidates
end

#rangeObject (readonly)

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



40
41
42
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40

def range
  @range
end