Method: ACTV::Client#put

Defined in:
lib/actv/client.rb

#put(path, params = {}, options = {}) ⇒ Object

Perform an HTTP UPDATE request



317
318
319
# File 'lib/actv/client.rb', line 317

def put(path, params={}, options={})
  request(:put, path, params, options)
end