module Assembly::Actions::Update::ClassMethods
Public Instance Methods
update(id, params, client=Assembly.client)
click to toggle source
# File lib/assembly/actions/update.rb, line 5 def update(id, params, client=Assembly.client) response = client.put("#{path}/#{id}", params) Util.build(response) end