Class: Docusign::AcknowledgeAuthoritativeCopyExportResponse
- Inherits:
-
Object
- Object
- Docusign::AcknowledgeAuthoritativeCopyExportResponse
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0AcknowledgeAuthoritativeCopyExportResponse
acknowledgeAuthoritativeCopyExportResult - Docusign::AuthoritativeCopyExportStatus
Instance Attribute Summary collapse
-
#acknowledgeAuthoritativeCopyExportResult ⇒ Object
Returns the value of attribute acknowledgeAuthoritativeCopyExportResult.
Instance Method Summary collapse
-
#initialize(acknowledgeAuthoritativeCopyExportResult = nil) ⇒ AcknowledgeAuthoritativeCopyExportResponse
constructor
A new instance of AcknowledgeAuthoritativeCopyExportResponse.
Constructor Details
#initialize(acknowledgeAuthoritativeCopyExportResult = nil) ⇒ AcknowledgeAuthoritativeCopyExportResponse
Returns a new instance of AcknowledgeAuthoritativeCopyExportResponse.
2302 2303 2304 |
# File 'lib/docusign/docusign.rb', line 2302 def initialize(acknowledgeAuthoritativeCopyExportResult = nil) @acknowledgeAuthoritativeCopyExportResult = acknowledgeAuthoritativeCopyExportResult end |
Instance Attribute Details
#acknowledgeAuthoritativeCopyExportResult ⇒ Object
Returns the value of attribute acknowledgeAuthoritativeCopyExportResult.
2300 2301 2302 |
# File 'lib/docusign/docusign.rb', line 2300 def acknowledgeAuthoritativeCopyExportResult @acknowledgeAuthoritativeCopyExportResult end |