Sha256: f3e5e95435f2eec3c4586a1164c7433f0b608da979580c0ab9cfc21221bf8ff9
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
module CurrencyCloud module Actions module Update # TODO: Add .save instance method, which calls update on changed attributes def update(id, params) post("#{id}", params) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
currency_cloud-0.7.1 | lib/currency_cloud/actions/update.rb |
currency_cloud-0.7 | lib/currency_cloud/actions/update.rb |
currency_cloud-0.5 | lib/currency_cloud/actions/update.rb |