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.



19
20
21
# File 'lib/docusign_esign/api/workspaces_api.rb', line 19

def is_download
  @is_download
end

#pdf_versionObject

When set to true the file returned as a PDF.



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

def pdf_version
  @pdf_version
end

Class Method Details

.defaultObject



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

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