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