Module: MachineShop::APIOperations::Update
- Included in:
- Customer, DataSources
- Defined in:
- lib/machineshop/api_operations/update.rb
Instance Method Summary collapse
Instance Method Details
#update(param = {}) ⇒ Object
5 6 7 8 |
# File 'lib/machineshop/api_operations/update.rb', line 5 def update(param={}) response = MachineShop.gem_put(url, @auth_token,param) refresh_from(response, @auth_token) end |