Method: AvaTax::Request#put
- Defined in:
- lib/avatax/request.rb
#put(path, model, options = {}, apiversion = "", headers = Hash.new) ⇒ Object
17 18 19 |
# File 'lib/avatax/request.rb', line 17 def put(path, model, ={}, apiversion="", headers=Hash.new) request(:put, path, model, , apiversion, headers) end |