Method: Batchly::Response::FileResponse#locations
- Defined in:
- lib/batchly-sdk/response/file_response.rb
#locations ⇒ Object
locations of the ouptut files on disk Array One full path per output file. Disk File Name is used as file name for response. E.g.:- C:ProcessedOutputFile1.png - Saved to storage as File.Png
22 23 24 |
# File 'lib/batchly-sdk/response/file_response.rb', line 22 def locations @locations end |