Method: TransferZero::Configuration#temp_folder_path
- Defined in:
- lib/transferzero-sdk/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`.
58 59 60 |
# File 'lib/transferzero-sdk/configuration.rb', line 58 def temp_folder_path @temp_folder_path end |