Method: Airborne::RequestExpectations#expect_json_types
- Defined in:
- lib/airborne/request_expectations.rb
#expect_json_types(*args) ⇒ Object
11 12 13 14 15 |
# File 'lib/airborne/request_expectations.rb', line 11 def expect_json_types(*args) call_with_path(args) do |param, body| expect_json_types_impl(param, body) end end |