Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::MappingEntry

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

Overview

個別マッピングエントリ

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



45
46
47
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45

def anchor_id
  @anchor_id
end

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



45
46
47
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45

def href
  @href
end

#page_indexObject (readonly)

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of page_index



45
46
47
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45

def page_index
  @page_index
end

#spine_indexObject (readonly)

Returns the value of attribute spine_index

Returns:

  • (Object)

    the current value of spine_index



45
46
47
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 45

def spine_index
  @spine_index
end