Method: ElasticEmail::Configuration#temp_folder_path

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



93
94
95
# File 'lib/ElasticEmail/configuration.rb', line 93

def temp_folder_path
  @temp_folder_path
end