Method: Cnvrg::Files#upload_single_file
- Defined in:
- lib/cnvrg/files.rb
#upload_single_file(file) ⇒ Object
187 188 189 190 191 |
# File 'lib/cnvrg/files.rb', line 187 def upload_single_file(file) path = file['path'] absolute_path = file[:absolute_path] @client.safe_upload(path, absolute_path) end |