Class: VivlioStarter::CLI::Build::CatalogLoader::CatalogEntry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Build::CatalogLoader::CatalogEntry
- Defined in:
- lib/vivlio_starter/cli/build/catalog_loader.rb
Overview
TokenResolver へ渡す 3 つ組。label は最内の部タイトル(なければセクション名)。 仕様: catalog-parser-unification-spec.md §3.1
Instance Attribute Summary collapse
-
#basename ⇒ Object
readonly
Returns the value of attribute basename.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#section ⇒ Object
readonly
Returns the value of attribute section.
Instance Attribute Details
#basename ⇒ Object (readonly)
Returns the value of attribute basename
32 33 34 |
# File 'lib/vivlio_starter/cli/build/catalog_loader.rb', line 32 def basename @basename end |
#label ⇒ Object (readonly)
Returns the value of attribute label
32 33 34 |
# File 'lib/vivlio_starter/cli/build/catalog_loader.rb', line 32 def label @label end |
#section ⇒ Object (readonly)
Returns the value of attribute section
32 33 34 |
# File 'lib/vivlio_starter/cli/build/catalog_loader.rb', line 32 def section @section end |