Method: Airthings::Configuration#temp_folder_path

Defined in:
lib/airthings/configuration.rb

#temp_folder_pathString

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

Returns:



83
84
85
# File 'lib/airthings/configuration.rb', line 83

def temp_folder_path
  @temp_folder_path
end