Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::BacklinkEntry
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Build::PageMappingExtractor::BacklinkEntry
- Defined in:
- lib/vivlio/starter/cli/build/page_mapping_extractor.rb
Overview
バックリンクマッピングエントリ
Instance Attribute Summary collapse
-
#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
#href ⇒ Object (readonly)
Returns the value of attribute href
48 49 50 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48 def href @href end |
#page_index ⇒ Object (readonly)
Returns the value of attribute page_index
48 49 50 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48 def page_index @page_index end |
#spine_index ⇒ Object (readonly)
Returns the value of attribute spine_index
48 49 50 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48 def spine_index @spine_index end |