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