Method: Cloudmine::Object#update
- Defined in:
- lib/cloudmine/object.rb
#update(key, value, options = {}) ⇒ Object
7 8 9 |
# File 'lib/cloudmine/object.rb', line 7 def update(key, value, = {}) api_call(:post, 'text', :body => { key => value }) end |