Parent

Files

HttpRouter::Response

Attributes

params[R]

Public Class Methods

new(request, path) click to toggle source
# File lib/http_router/response.rb, line 4
def initialize(request, path)
  super(request, path)
  @params = path.hashify_params(request.params)
end

Public Instance Methods

param_values() click to toggle source
# File lib/http_router/response.rb, line 13
def param_values
  request.params
end
route() click to toggle source
# File lib/http_router/response.rb, line 9
def route
  path.route
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.