Class: Maccro::Match
- Inherits:
-
Struct
- Object
- Struct
- Maccro::Match
- Defined in:
- lib/maccro/matched.rb
Instance Attribute Summary collapse
-
#placeholders ⇒ Object
Returns the value of attribute placeholders.
-
#range ⇒ Object
Returns the value of attribute range.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#placeholders ⇒ Object
Returns the value of attribute placeholders
4 5 6 |
# File 'lib/maccro/matched.rb', line 4 def placeholders @placeholders end |
#range ⇒ Object
Returns the value of attribute range
4 5 6 |
# File 'lib/maccro/matched.rb', line 4 def range @range end |
#rule ⇒ Object
Returns the value of attribute rule
4 5 6 |
# File 'lib/maccro/matched.rb', line 4 def rule @rule end |