Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::PageMapping

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

Overview

抽出結果を保持する Data オブジェクト

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_atObject (readonly)

Returns the value of attribute extracted_at

Returns:

  • (Object)

    the current value of extracted_at



37
38
39
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37

def extracted_at
  @extracted_at
end

#index_mappingsObject (readonly)

Returns the value of attribute index_mappings

Returns:

  • (Object)

    the current value of index_mappings



37
38
39
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37

def index_mappings
  @index_mappings
end

#mappingsObject (readonly)

Returns the value of attribute mappings

Returns:

  • (Object)

    the current value of mappings



37
38
39
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37

def mappings
  @mappings
end

#total_pagesObject (readonly)

Returns the value of attribute total_pages

Returns:

  • (Object)

    the current value of total_pages



37
38
39
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37

def total_pages
  @total_pages
end