Sha256: 650c5cb2a525e2c3bfb6cdc811c138d8b5bb06be3be1f4dd8d7a7a22a64ed46f
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
#Defining class method inside a module module MachineShop module APIOperations module Update def update(param={}) response = MachineShop.put(url, @auth_token,param) refresh_from(response, @auth_token) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
machineshop-1.0.0 | lib/machineshop/api_operations/update.rb |
machineshop-0.0.4 | lib/machineshop/api_operations/update.rb |
machineshop-0.0.3 | lib/machineshop/api_operations/update.rb |