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.
2892 2893 2894 |
# File 'lib/docusign/docusign.rb', line 2892 def initialize(acknowledgeAuthoritativeCopyExportResult = nil) @acknowledgeAuthoritativeCopyExportResult = acknowledgeAuthoritativeCopyExportResult end |
Instance Attribute Details
#acknowledgeAuthoritativeCopyExportResult ⇒ Object
Returns the value of attribute acknowledgeAuthoritativeCopyExportResult.
2890 2891 2892 |
# File 'lib/docusign/docusign.rb', line 2890 def acknowledgeAuthoritativeCopyExportResult @acknowledgeAuthoritativeCopyExportResult end |