Class: Hooked::Graph::Node

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) children

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

- (Object) node

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