Class: Rox::Core::Node
- Inherits:
-
Struct
- Object
- Struct
- Rox::Core::Node
- Defined in:
- lib/rox/core/roxx/node.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/rox/core/roxx/node.rb', line 3 def type @type end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/rox/core/roxx/node.rb', line 3 def value @value end |