Class: BitClust::MarkdownOrchestrator::Unit
- Defined in:
- lib/bitclust/markdown_orchestrator.rb
Overview
1つの出力 .md ファイルに対応する単位。 path = 出力相対パス、rrd = rd 側到達点(md→rd 検証の期待値)、 front_matter = 注入する front matter
Instance Attribute Summary collapse
-
#front_matter ⇒ Object
Returns the value of attribute front_matter.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rrd ⇒ Object
Returns the value of attribute rrd.
Instance Attribute Details
#front_matter ⇒ Object
Returns the value of attribute front_matter
47 48 49 |
# File 'lib/bitclust/markdown_orchestrator.rb', line 47 def front_matter @front_matter end |
#path ⇒ Object
Returns the value of attribute path
47 48 49 |
# File 'lib/bitclust/markdown_orchestrator.rb', line 47 def path @path end |
#rrd ⇒ Object
Returns the value of attribute rrd
47 48 49 |
# File 'lib/bitclust/markdown_orchestrator.rb', line 47 def rrd @rrd end |