Class: Markleft::HeadingNode
- Inherits:
-
Struct
- Object
- Struct
- Markleft::HeadingNode
- Defined in:
- lib/markleft.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
193 194 195 |
# File 'lib/markleft.rb', line 193 def level @level end |
#value ⇒ Object
Returns the value of attribute value
193 194 195 |
# File 'lib/markleft.rb', line 193 def value @value end |