Class: Strling::Nodes::Quantifier

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#greedyObject (readonly)

Returns the value of attribute greedy

Returns:

  • (Object)

    the current value of greedy



6
7
8
# File 'lib/strling/nodes.rb', line 6

def greedy
  @greedy
end

#lazyObject (readonly)

Returns the value of attribute lazy

Returns:

  • (Object)

    the current value of lazy



6
7
8
# File 'lib/strling/nodes.rb', line 6

def lazy
  @lazy
end

#maxObject (readonly)

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



6
7
8
# File 'lib/strling/nodes.rb', line 6

def max
  @max
end

#minObject (readonly)

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



6
7
8
# File 'lib/strling/nodes.rb', line 6

def min
  @min
end

#possessiveObject (readonly)

Returns the value of attribute possessive

Returns:

  • (Object)

    the current value of possessive



6
7
8
# File 'lib/strling/nodes.rb', line 6

def possessive
  @possessive
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



6
7
8
# File 'lib/strling/nodes.rb', line 6

def target
  @target
end