Class: Bade::KeyValueNode
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from Node
#childrens, #data, #escaped, #lineno, #parent, #type
Method Summary
Methods inherited from Node
#<<, create, #initialize, register_type, registered_types
Constructor Details
This class inherits a constructor from Bade::Node
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
8 9 10 |
# File 'lib/bade/node/key_value_node.rb', line 8 def value @value end |