Sha256: 1990088d64fd9752b447fef2f3465e21786c82eea0c18f5ace129bdc90aa08dc
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Shipstation module APIOperations module Update def update(object_id, params = {}) Shipstation.request(:put, "#{class_name.downcase.pluralize}/#{object_id}", params) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.26 | lib/shipstation/api_operations/update.rb |