Class: Scorched::Match
- Inherits:
-
Struct
- Object
- Struct
- Scorched::Match
- Defined in:
- lib/scorched/match.rb
Instance Attribute Summary collapse
-
#captures ⇒ Object
Returns the value of attribute captures.
-
#failed_condition ⇒ Object
Returns the value of attribute failed_condition.
-
#mapping ⇒ Object
Returns the value of attribute mapping.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#captures ⇒ Object
Returns the value of attribute captures
2 3 4 |
# File 'lib/scorched/match.rb', line 2 def captures @captures end |
#failed_condition ⇒ Object
Returns the value of attribute failed_condition
2 3 4 |
# File 'lib/scorched/match.rb', line 2 def failed_condition @failed_condition end |
#mapping ⇒ Object
Returns the value of attribute mapping
2 3 4 |
# File 'lib/scorched/match.rb', line 2 def mapping @mapping end |
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/scorched/match.rb', line 2 def path @path end |