Class: DocuSign_eSign::GetWorkspaceFileOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/workspaces_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#is_downloadObject

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_versionObject

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

.defaultObject



23
24
25
# File 'lib/docusign_esign/api/workspaces_api.rb', line 23

def self.default
  @@default ||= GetWorkspaceFileOptions.new
end