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