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