Class: Strling::Nodes::Quantifier
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Quantifier
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#greedy ⇒ Object
readonly
Returns the value of attribute greedy.
-
#lazy ⇒ Object
readonly
Returns the value of attribute lazy.
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#min ⇒ Object
readonly
Returns the value of attribute min.
-
#possessive ⇒ Object
readonly
Returns the value of attribute possessive.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#greedy ⇒ Object (readonly)
Returns the value of attribute greedy
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def greedy @greedy end |
#lazy ⇒ Object (readonly)
Returns the value of attribute lazy
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def lazy @lazy end |
#max ⇒ Object (readonly)
Returns the value of attribute max
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def max @max end |
#min ⇒ Object (readonly)
Returns the value of attribute min
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def min @min end |
#possessive ⇒ Object (readonly)
Returns the value of attribute possessive
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def possessive @possessive end |
#target ⇒ Object (readonly)
Returns the value of attribute target
6 7 8 |
# File 'lib/strling/nodes.rb', line 6 def target @target end |