Method: DocuSign_Admin::Configuration#temp_folder_path
- Defined in:
- lib/docusign_admin/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`.
73 74 75 |
# File 'lib/docusign_admin/configuration.rb', line 73 def temp_folder_path @temp_folder_path end |