class DocuSign_eSign::GetWorkspaceFileOptions
Attributes
is_download[RW]
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*.
pdf_version[RW]
When set to *true* the file returned as a PDF.
Public Class Methods
default()
click to toggle source
# File lib/docusign_esign/api/workspaces_api.rb, line 23 def self.default @@default ||= GetWorkspaceFileOptions.new end