struct Athena::HTTPKernel::Controller::ArgumentResolver
inherits Struct
#
The default implementation of AHK::Controller::ArgumentResolverInterface.
Included modules
Athena::HTTPKernel::Controller::ArgumentResolverInterface
Constructors#
.new(value_resolvers : Array(Athena::HTTPKernel::Controller::ValueResolvers::Interface))#
Methods#
#get_arguments(request : AHTTP::Request, action : AHK::ActionBase) : Array#
Returns an array of arguments resolved from the provided request for the given action.