class Docusign::ExportAuthoritativeCopy
{www.docusign.net/API/3.0}ExportAuthoritativeCopy
envelopeId - SOAP::SOAPString
Attributes
envelopeId[RW]
Public Class Methods
new(envelopeId = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 2902 def initialize(envelopeId = nil) @envelopeId = envelopeId end