Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::PageMapping
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Build::PageMappingExtractor::PageMapping
- Defined in:
- lib/vivlio/starter/cli/build/page_mapping_extractor.rb
Overview
抽出結果を保持する Data オブジェクト
Instance Attribute Summary collapse
-
#backlink_mappings ⇒ Object
readonly
Returns the value of attribute backlink_mappings.
-
#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
#backlink_mappings ⇒ Object (readonly)
Returns the value of attribute backlink_mappings
42 43 44 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42 def backlink_mappings @backlink_mappings end |
#extracted_at ⇒ Object (readonly)
Returns the value of attribute extracted_at
42 43 44 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42 def extracted_at @extracted_at end |
#index_mappings ⇒ Object (readonly)
Returns the value of attribute index_mappings
42 43 44 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42 def index_mappings @index_mappings end |
#mappings ⇒ Object (readonly)
Returns the value of attribute mappings
42 43 44 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42 def mappings @mappings end |
#total_pages ⇒ Object (readonly)
Returns the value of attribute total_pages
42 43 44 |
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42 def total_pages @total_pages end |