Class: Docusign::ExportAuthoritativeCopy
- Inherits:
-
Object
- Object
- Docusign::ExportAuthoritativeCopy
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0ExportAuthoritativeCopy
envelopeId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
Instance Method Summary collapse
-
#initialize(envelopeId = nil) ⇒ ExportAuthoritativeCopy
constructor
A new instance of ExportAuthoritativeCopy.
Constructor Details
#initialize(envelopeId = nil) ⇒ ExportAuthoritativeCopy
Returns a new instance of ExportAuthoritativeCopy.
2902 2903 2904 |
# File 'lib/docusign/docusign.rb', line 2902 def initialize(envelopeId = nil) @envelopeId = envelopeId end |
Instance Attribute Details
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
2900 2901 2902 |
# File 'lib/docusign/docusign.rb', line 2900 def envelopeId @envelopeId end |