Method: Bitpesa::Configuration#temp_folder_path

Defined in:
lib/bitpesa-sdk/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)


60
61
62
# File 'lib/bitpesa-sdk/configuration.rb', line 60

def temp_folder_path
  @temp_folder_path
end