Method: Landline::DSL::ProbeMethods#query
- Defined in:
- lib/landline/dsl/methods_probe.rb
#query ⇒ Hash{String => Object}
Note:
reads request.body - may nullify .input, .body data is memoized
(in Landline::Probe context) Returns parsed query hash
174 175 176 |
# File 'lib/landline/dsl/methods_probe.rb', line 174 def query Landline::Util::Query.new(request.body).parse end |