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