Class: Vivlio::Starter::CLI::PreProcessCommands::PreProcessContext
- Inherits:
-
Struct
- Object
- Struct
- Vivlio::Starter::CLI::PreProcessCommands::PreProcessContext
- Defined in:
- lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb
Overview
前処理パイプラインのコンテキスト
Instance Attribute Summary collapse
-
#chapter_number ⇒ Object
Returns the value of attribute chapter_number.
-
#content ⇒ Object
Returns the value of attribute content.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#output_path ⇒ Object
Returns the value of attribute output_path.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#chapter_number ⇒ Object
Returns the value of attribute chapter_number
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def chapter_number @chapter_number end |
#content ⇒ Object
Returns the value of attribute content
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def content @content end |
#file_type ⇒ Object
Returns the value of attribute file_type
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def file_type @file_type end |
#filename ⇒ Object
Returns the value of attribute filename
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def filename @filename end |
#output_path ⇒ Object
Returns the value of attribute output_path
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def output_path @output_path end |
#source_path ⇒ Object
Returns the value of attribute source_path
39 40 41 |
# File 'lib/vivlio/starter/cli/pre_process/markdown_preprocessor.rb', line 39 def source_path @source_path end |