Class: Docusign::AuthoritativeCopyExportStatus
- Inherits:
-
Object
- Object
- Docusign::AuthoritativeCopyExportStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0AuthoritativeCopyExportStatus
- SOAP::SOAPBoolean
envelopeId - SOAP::SOAPString
exportKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#authoritativeCopyExportSuccess ⇒ Object
Returns the value of attribute authoritativeCopyExportSuccess.
-
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
-
#exportKey ⇒ Object
Returns the value of attribute exportKey.
Instance Method Summary collapse
-
#initialize(authoritativeCopyExportSuccess = nil, envelopeId = nil, exportKey = nil) ⇒ AuthoritativeCopyExportStatus
constructor
A new instance of AuthoritativeCopyExportStatus.
Constructor Details
#initialize(authoritativeCopyExportSuccess = nil, envelopeId = nil, exportKey = nil) ⇒ AuthoritativeCopyExportStatus
Returns a new instance of AuthoritativeCopyExportStatus.
1423 1424 1425 1426 1427 |
# File 'lib/docusign/docusign.rb', line 1423 def initialize( = nil, envelopeId = nil, exportKey = nil) @authoritativeCopyExportSuccess = @envelopeId = envelopeId @exportKey = exportKey end |
Instance Attribute Details
#authoritativeCopyExportSuccess ⇒ Object
Returns the value of attribute authoritativeCopyExportSuccess.
1419 1420 1421 |
# File 'lib/docusign/docusign.rb', line 1419 def @authoritativeCopyExportSuccess end |
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
1420 1421 1422 |
# File 'lib/docusign/docusign.rb', line 1420 def envelopeId @envelopeId end |
#exportKey ⇒ Object
Returns the value of attribute exportKey.
1421 1422 1423 |
# File 'lib/docusign/docusign.rb', line 1421 def exportKey @exportKey end |