Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::PageMapping

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio/starter/cli/build/page_mapping_extractor.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute backlink_mappings

Returns:

  • (Object)

    the current value of backlink_mappings



42
43
44
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42

def backlink_mappings
  @backlink_mappings
end

#extracted_atObject (readonly)

Returns the value of attribute extracted_at

Returns:

  • (Object)

    the current value of extracted_at



42
43
44
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42

def extracted_at
  @extracted_at
end

#index_mappingsObject (readonly)

Returns the value of attribute index_mappings

Returns:

  • (Object)

    the current value of index_mappings



42
43
44
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42

def index_mappings
  @index_mappings
end

#mappingsObject (readonly)

Returns the value of attribute mappings

Returns:

  • (Object)

    the current value of mappings



42
43
44
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42

def mappings
  @mappings
end

#total_pagesObject (readonly)

Returns the value of attribute total_pages

Returns:

  • (Object)

    the current value of total_pages



42
43
44
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 42

def total_pages
  @total_pages
end