Class: VivlioStarter::CLI::IndexCommands::HeadingOutline::Located
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::HeadingOutline::Located
- Defined in:
- lib/vivlio_starter/cli/index/heading_outline.rb
Overview
解決の結果。ambiguous なら候補が複数あり、著者に絞ってもらう必要がある。
Instance Attribute Summary collapse
-
#ambiguous ⇒ Object
readonly
Returns the value of attribute ambiguous.
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
Instance Attribute Details
#ambiguous ⇒ Object (readonly)
Returns the value of attribute ambiguous
40 41 42 |
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40 def ambiguous @ambiguous end |
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
40 41 42 |
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40 def candidates @candidates end |
#range ⇒ Object (readonly)
Returns the value of attribute range
40 41 42 |
# File 'lib/vivlio_starter/cli/index/heading_outline.rb', line 40 def range @range end |