Struct.new(:request, :path)
# File lib/http_router/response.rb, line 4 def initialize(request, path) super(request, path) @params = path.hashify_params(request.params) end
# File lib/http_router/response.rb, line 13 def param_values request.params end
# File lib/http_router/response.rb, line 9 def route path.route end
[Validate]
Generated with the Darkfish Rdoc Generator 2.