Method: AFMotion::ClientShared#multipart_put

Defined in:
lib/afmotion/client_shared.rb

#multipart_put(path, parameters = {}, &callback) ⇒ Object



46
47
48
# File 'lib/afmotion/client_shared.rb', line 46

def multipart_put(path, parameters = {}, &callback)
  create_multipart_operation(:put, path, parameters, &callback)
end