Method: Coinbase::Client::Configuration#temp_folder_path

Defined in:
lib/coinbase/client/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)


101
102
103
# File 'lib/coinbase/client/configuration.rb', line 101

def temp_folder_path
  @temp_folder_path
end