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.
1588 1589 1590 1591 1592 |
# File 'lib/docusign/docusign.rb', line 1588 def initialize( = nil, envelopeId = nil, exportKey = nil) @authoritativeCopyExportSuccess = @envelopeId = envelopeId @exportKey = exportKey end |
Instance Attribute Details
#authoritativeCopyExportSuccess ⇒ Object
Returns the value of attribute authoritativeCopyExportSuccess.
1584 1585 1586 |
# File 'lib/docusign/docusign.rb', line 1584 def @authoritativeCopyExportSuccess end |
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
1585 1586 1587 |
# File 'lib/docusign/docusign.rb', line 1585 def envelopeId @envelopeId end |
#exportKey ⇒ Object
Returns the value of attribute exportKey.
1586 1587 1588 |
# File 'lib/docusign/docusign.rb', line 1586 def exportKey @exportKey end |