Method: FormAPI::Configuration#temp_folder_path

Defined in:
lib/form_api/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:

  • (String)


77
78
79
# File 'lib/form_api/configuration.rb', line 77

def temp_folder_path
  @temp_folder_path
end