Method: Jets::SpecHelpers::Params#initialize
- Defined in:
- lib/jets/spec_helpers/params.rb
#initialize(path_params = {}, body_params = {}, query_params = {}) ⇒ Params
Returns a new instance of Params.
5 6 7 |
# File 'lib/jets/spec_helpers/params.rb', line 5 def initialize(path_params={}, body_params={}, query_params={}) @path_params, @body_params, @query_params = path_params, body_params, query_params end |