Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::IndexMappingEntry
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Build::PageMappingExtractor::IndexMappingEntry
- Defined in:
- lib/vivlio/starter/cli/build/page_mapping_extractor.rb
Overview
索引語マッピングエントリ
Instance Attribute Summary collapse
-
#anchor_id ⇒ Object
readonly
Returns the value of attribute anchor_id.
-
#page_index ⇒ Object
readonly
Returns the value of attribute page_index.
-
#spine_index ⇒ Object
readonly
Returns the value of attribute spine_index.
Instance Attribute Details
#anchor_id ⇒ Object (readonly)
Returns the value of attribute anchor_id
51 52 53 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 51 def anchor_id @anchor_id end |
#page_index ⇒ Object (readonly)
Returns the value of attribute page_index
51 52 53 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 51 def page_index @page_index end |
#spine_index ⇒ Object (readonly)
Returns the value of attribute spine_index
51 52 53 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 51 def spine_index @spine_index end |