module Roda::RodaPlugins::TypecastParams::InstanceMethods
Public Instance Methods
Source
# File lib/roda/plugins/typecast_params.rb, line 1160 def typecast_params @_typecast_params ||= self.class::TypecastParams.new(@_request.params) end
Return and cache the instance of the Params
class for the current request. Type conversion methods will be called on the result of this method.