Class: Hooked::Graph::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/hooked/graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



5
6
7
# File 'lib/hooked/graph.rb', line 5

def children
  @children
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



5
6
7
# File 'lib/hooked/graph.rb', line 5

def node
  @node
end