Class: VivlioStarter::CLI::PreProcessCommands::PreProcessContext
- Inherits:
-
Struct
- Object
- Struct
- VivlioStarter::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
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def chapter_number @chapter_number end |
#content ⇒ Object
Returns the value of attribute content
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def content @content end |
#file_type ⇒ Object
Returns the value of attribute file_type
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def file_type @file_type end |
#filename ⇒ Object
Returns the value of attribute filename
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def filename @filename end |
#output_path ⇒ Object
Returns the value of attribute output_path
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def output_path @output_path end |
#source_path ⇒ Object
Returns the value of attribute source_path
48 49 50 |
# File 'lib/vivlio_starter/cli/pre_process/markdown_preprocessor.rb', line 48 def source_path @source_path end |