Method: Noths::Configuration#temp_folder_path

Defined in:
lib/noths/configuration.rb

#temp_folder_pathString

Defines the temporary folder to store downloaded files (for API endpoints that have file response). Default to use ‘Tempfile`.



73
74
75
# File 'lib/noths/configuration.rb', line 73

def temp_folder_path
  @temp_folder_path
end