Method: AmzSpApi::VendorDirectFulfillmentPaymentsApiModel::Configuration#temp_folder_path
- Defined in:
- lib/vendor-direct-fulfillment-payments-api-model/configuration.rb
#temp_folder_path ⇒ String
Defines the temporary folder to store downloaded files (for API endpoints that have file response). Default to use ‘Tempfile`.
70 71 72 |
# File 'lib/vendor-direct-fulfillment-payments-api-model/configuration.rb', line 70 def temp_folder_path @temp_folder_path end |