Method: FuseClient::Configuration#temp_folder_path
- Defined in:
- lib/fuse_client/configuration.rb
#temp_folder_path ⇒ String
Defines the temporary folder to store downloaded files (for API endpoints that have file response). Default to use ‘Tempfile`.
88 89 90 |
# File 'lib/fuse_client/configuration.rb', line 88 def temp_folder_path @temp_folder_path end |