Class: Calyx::PrefixNode
- Inherits:
-
Struct
- Object
- Struct
- Calyx::PrefixNode
- Defined in:
- lib/calyx/prefix_tree.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
2 3 4 |
# File 'lib/calyx/prefix_tree.rb', line 2 def children @children end |
#index ⇒ Object
Returns the value of attribute index
2 3 4 |
# File 'lib/calyx/prefix_tree.rb', line 2 def index @index end |