Class: BitClust::MarkdownOrchestrator::Unit

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitclust/markdown_orchestrator.rb

Overview

1つの出力 .md ファイルに対応する単位。 path = 出力相対パス、rrd = rd 側到達点(md→rd 検証の期待値)、 front_matter = 注入する front matter

Instance Attribute Summary collapse

Instance Attribute Details

#front_matterObject

Returns the value of attribute front_matter

Returns:

  • (Object)

    the current value of front_matter



47
48
49
# File 'lib/bitclust/markdown_orchestrator.rb', line 47

def front_matter
  @front_matter
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



47
48
49
# File 'lib/bitclust/markdown_orchestrator.rb', line 47

def path
  @path
end

#rrdObject

Returns the value of attribute rrd

Returns:

  • (Object)

    the current value of rrd



47
48
49
# File 'lib/bitclust/markdown_orchestrator.rb', line 47

def rrd
  @rrd
end