Method: Soaspec::RestExchangeFactory#patch
- Defined in:
- lib/soaspec/exchange_handlers/rest_exchanger_factory.rb
#patch(params) ⇒ Exchange
Make REST Exchange with ‘patch’ method within this Handler context Following are for the body of the request
32 33 34 |
# File 'lib/soaspec/exchange_handlers/rest_exchanger_factory.rb', line 32 def patch(params) perform_exchange_with(:patch, params) end |