Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::PageMapping
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Build::PdfPageMapExtractor::PageMapping
- Defined in:
- lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb
Overview
抽出結果を保持する Data オブジェクト
Instance Attribute Summary collapse
-
#extracted_at ⇒ Object
readonly
Returns the value of attribute extracted_at.
-
#index_mappings ⇒ Object
readonly
Returns the value of attribute index_mappings.
-
#mappings ⇒ Object
readonly
Returns the value of attribute mappings.
-
#total_pages ⇒ Object
readonly
Returns the value of attribute total_pages.
Instance Attribute Details
#extracted_at ⇒ Object (readonly)
Returns the value of attribute 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_mappings ⇒ Object (readonly)
Returns the value of attribute index_mappings
37 38 39 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37 def index_mappings @index_mappings end |
#mappings ⇒ Object (readonly)
Returns the value of attribute mappings
37 38 39 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37 def mappings @mappings end |
#total_pages ⇒ Object (readonly)
Returns the value of attribute total_pages
37 38 39 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 37 def total_pages @total_pages end |