Class: Bade::KeyValueNode

Inherits:
Node show all
Defined in:
lib/bade/node/key_value_node.rb

Instance Attribute Summary collapse

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

#valueObject

Returns the value of attribute value.



8
9
10
# File 'lib/bade/node/key_value_node.rb', line 8

def value
  @value
end