Class: Vivlio::Starter::CLI::PreProcessCommands::PreProcessContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb

Overview

前処理パイプラインのコンテキスト

Instance Attribute Summary collapse

Instance Attribute Details

#chapter_numberObject

Returns the value of attribute chapter_number

Returns:

  • (Object)

    the current value of chapter_number



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def chapter_number
  @chapter_number
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def content
  @content
end

#file_typeObject

Returns the value of attribute file_type

Returns:

  • (Object)

    the current value of file_type



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def file_type
  @file_type
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def filename
  @filename
end

#output_pathObject

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def output_path
  @output_path
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



39
40
41
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39

def source_path
  @source_path
end