Method: TalonOne::Configuration#temp_folder_path
- Defined in:
- lib/talon_one/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.
71 72 73 |
# File 'lib/talon_one/configuration.rb', line 71 def temp_folder_path @temp_folder_path end |