Class: RKelly::Nodes::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/rkelly/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parentObject

add an accessor to receord the parent of a node



6
7
8
# File 'lib/rkelly/node.rb', line 6

def parent
  @parent
end