class Docusign::AuthoritativeCopyExportStatus

{www.docusign.net/API/3.0}AuthoritativeCopyExportStatus

authoritativeCopyExportSuccess - SOAP::SOAPBoolean
envelopeId - SOAP::SOAPString
exportKey - SOAP::SOAPString

Attributes

authoritativeCopyExportSuccess[RW]
envelopeId[RW]
exportKey[RW]

Public Class Methods

new(authoritativeCopyExportSuccess = nil, envelopeId = nil, exportKey = nil) click to toggle source
# File lib/docusign/docusign.rb, line 1588
def initialize(authoritativeCopyExportSuccess = nil, envelopeId = nil, exportKey = nil)
  @authoritativeCopyExportSuccess = authoritativeCopyExportSuccess
  @envelopeId = envelopeId
  @exportKey = exportKey
end