Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::MappingEntry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Build::PdfPageMapExtractor::MappingEntry
- Defined in:
- lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb
Overview
用語集リンク(gls-src-*)のマッピングエントリ
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
40 41 42 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40 def anchor_id @anchor_id end |
#href ⇒ Object (readonly)
Returns the value of attribute href
40 41 42 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40 def href @href end |
#page_index ⇒ Object (readonly)
Returns the value of attribute page_index
40 41 42 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40 def page_index @page_index end |
#spine_index ⇒ Object (readonly)
Returns the value of attribute spine_index
40 41 42 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40 def spine_index @spine_index end |