Class: Vivlio::Starter::CLI::Build::PageMappingExtractor::BacklinkEntry

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

Overview

バックリンクマッピングエントリ

Instance Attribute Summary collapse

Instance Attribute Details

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



48
49
50
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48

def href
  @href
end

#page_indexObject (readonly)

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of page_index



48
49
50
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48

def page_index
  @page_index
end

#spine_indexObject (readonly)

Returns the value of attribute spine_index

Returns:

  • (Object)

    the current value of spine_index



48
49
50
# File 'lib/vivlio/starter/cli/build/page_mapping_extractor.rb', line 48

def spine_index
  @spine_index
end