Method: Brine::Requesting#set_request_param
- Defined in:
- lib/brine/requesting.rb
permalink #set_request_param(k, v) ⇒ Object
Assign the provided value to the specified request query parameter.
159 160 161 |
# File 'lib/brine/requesting.rb', line 159 def set_request_param(k, v) request_params[k] = v end |