Class: Calyx::PrefixMatch

Inherits:
Struct
  • Object
show all
Defined in:
lib/calyx/prefix_tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capturedObject

Returns the value of attribute captured

Returns:

  • (Object)

    the current value of captured



4
5
6
# File 'lib/calyx/prefix_tree.rb', line 4

def captured
  @captured
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



4
5
6
# File 'lib/calyx/prefix_tree.rb', line 4

def index
  @index
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/calyx/prefix_tree.rb', line 4

def label
  @label
end