Sha256: e905c45e11d4a261659cb79646b7ae38e28c90c50e3971029fd08b9cbe2186af
Contents?: true
Size: 214 Bytes
Versions: 23
Compression:
Stored size: 214 Bytes
Contents
module Grape::App::Helpers::Params # Scope declared params # @return [ActiveSupport::HashWithIndifferentAccess] declared params only def declared_params declared(params, include_missing: false) end end
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
grape-app-0.6.1 | lib/grape/app/helpers/params.rb |
grape-app-0.6.0 | lib/grape/app/helpers/params.rb |
grape-app-0.5.3 | lib/grape/app/helpers/params.rb |