Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::MappingEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb

Overview

用語集リンク(gls-src-*)のマッピングエントリ

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_idObject (readonly)

Returns the value of attribute anchor_id

Returns:

  • (Object)

    the current value of anchor_id



40
41
42
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40

def anchor_id
  @anchor_id
end

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



40
41
42
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40

def href
  @href
end

#page_indexObject (readonly)

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of 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_indexObject (readonly)

Returns the value of attribute spine_index

Returns:

  • (Object)

    the current value of spine_index



40
41
42
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 40

def spine_index
  @spine_index
end