class Addressable::Template::MatchData

def initialize(uri, template, mapping)

Parameters:
  • uri (Addressable::URI) --
def initialize(uri, template, mapping)
  @uri = uri.dup.freeze
  @template = template
  @mapping = mapping.dup.freeze
end