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