Class | Addressable::Template::MatchData |
In: |
lib/addressable/template.rb
|
Parent: | Object |
mapping | [R] |
@return [Hash]
The mapping that resulted from the match. Note that this mapping does not include keys or values for variables that appear in the Template, but are not present in the URI. |
template | [R] |
@return [Addressable::Template]
The Template used for the match. |
uri | [R] |
@return [Addressable::URI]
The URI that the Template was matched against. |
@return [Array]
The list of values that were captured by the Template. Note that this list will include nils for any variables which were in the Template, but did not appear in the URI.