Module: Assembly::Actions::Update::ClassMethods
- Defined in:
- lib/assembly/actions/update.rb
Instance Method Summary collapse
Instance Method Details
#update(id, params, client = Assembly.client) ⇒ Object
5 6 7 8 |
# 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 |