Class: Hooked::Graph::Node
- Inherits:
-
Struct
- Object
- Struct
- Hooked::Graph::Node
- Defined in:
- lib/hooked/graph.rb
Instance Attribute Summary (collapse)
-
- (Object) children
Returns the value of attribute children.
-
- (Object) node
Returns the value of attribute node.
Instance Attribute Details
- (Object) children
Returns the value of attribute children
5 6 7 |
# File 'lib/hooked/graph.rb', line 5 def children @children end |
- (Object) node
Returns the value of attribute node
5 6 7 |
# File 'lib/hooked/graph.rb', line 5 def node @node end |