Class: Rox::Core::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/rox/core/roxx/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/rox/core/roxx/node.rb', line 3

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/rox/core/roxx/node.rb', line 3

def value
  @value
end