Method: OSDNClient::Configuration#temp_folder_path

Defined in:
lib/osdn-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)
[View source]

84
85
86
# File 'lib/osdn-client/configuration.rb', line 84

def temp_folder_path
  @temp_folder_path
end