Class: DocuSign_eSign::GetWorkspaceFileOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetWorkspaceFileOptions
- Defined in:
- lib/docusign_esign/api/workspaces_api.rb
Instance Attribute Summary collapse
-
#is_download ⇒ Object
When set to true, the Content-Disposition header is set in the response.
-
#pdf_version ⇒ Object
When set to true the file returned as a PDF.
Class Method Summary collapse
Instance Attribute Details
#is_download ⇒ Object
When set to true, the Content-Disposition header is set in the response. The value of the header provides the filename of the file. Default is false.
18 19 20 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 18 def is_download @is_download end |
#pdf_version ⇒ Object
When set to true the file returned as a PDF.
21 22 23 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 21 def pdf_version @pdf_version end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 23 def self.default @@default ||= GetWorkspaceFileOptions.new end |