Class: URIPattern::ComponentResult
- Inherits:
-
Struct
- Object
- Struct
- URIPattern::ComponentResult
- Defined in:
- lib/uri_pattern/match_result.rb
Instance Attribute Summary collapse
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#input ⇒ Object
Returns the value of attribute input.
Instance Attribute Details
#groups ⇒ Object
Returns the value of attribute groups
4 5 6 |
# File 'lib/uri_pattern/match_result.rb', line 4 def groups @groups end |
#input ⇒ Object
Returns the value of attribute input
4 5 6 |
# File 'lib/uri_pattern/match_result.rb', line 4 def input @input end |