Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::MappingEntry
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Build::PageMappingExtractor::MappingEntry
- 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.
-
#href ⇒ Object
readonly
Returns the value of attribute href.
-
#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
45 46 47 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45 def anchor_id @anchor_id end |
#href ⇒ Object (readonly)
Returns the value of attribute href
45 46 47 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45 def href @href end |
#page_index ⇒ Object (readonly)
Returns the value of attribute page_index
45 46 47 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45 def page_index @page_index end |
#spine_index ⇒ Object (readonly)
Returns the value of attribute spine_index
45 46 47 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45 def spine_index @spine_index end |