Class: MD4C::CodeBlock
- Inherits:
-
Object
- Object
- MD4C::CodeBlock
- Defined in:
- lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#fence_char ⇒ String
readonly
Returns the value of attribute fence_char.
-
#info ⇒ Array[text_node]
readonly
Returns the value of attribute info.
-
#lang ⇒ Array[text_node]
readonly
Returns the value of attribute lang.
Instance Attribute Details
#fence_char ⇒ String (readonly)
Returns the value of attribute fence_char.
70 71 72 |
# File 'lib/md4c.rb', line 70 def fence_char @fence_char end |
#info ⇒ Array[text_node] (readonly)
Returns the value of attribute info.
70 71 72 |
# File 'lib/md4c.rb', line 70 def info @info end |
#lang ⇒ Array[text_node] (readonly)
Returns the value of attribute lang.
70 71 72 |
# File 'lib/md4c.rb', line 70 def lang @lang end |