Class: Docusign::AcknowledgeAuthoritativeCopyExport
- Inherits:
-
Object
- Object
- Docusign::AcknowledgeAuthoritativeCopyExport
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0AcknowledgeAuthoritativeCopyExport
envelopeId - SOAP::SOAPString
transactionId - SOAP::SOAPString
checkSumHash - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#checkSumHash ⇒ Object
Returns the value of attribute checkSumHash.
-
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
Instance Method Summary collapse
-
#initialize(envelopeId = nil, transactionId = nil, checkSumHash = nil) ⇒ AcknowledgeAuthoritativeCopyExport
constructor
A new instance of AcknowledgeAuthoritativeCopyExport.
Constructor Details
#initialize(envelopeId = nil, transactionId = nil, checkSumHash = nil) ⇒ AcknowledgeAuthoritativeCopyExport
Returns a new instance of AcknowledgeAuthoritativeCopyExport.
2290 2291 2292 2293 2294 |
# File 'lib/docusign/docusign.rb', line 2290 def initialize(envelopeId = nil, transactionId = nil, checkSumHash = nil) @envelopeId = envelopeId @transactionId = transactionId @checkSumHash = checkSumHash end |
Instance Attribute Details
#checkSumHash ⇒ Object
Returns the value of attribute checkSumHash.
2288 2289 2290 |
# File 'lib/docusign/docusign.rb', line 2288 def checkSumHash @checkSumHash end |
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
2286 2287 2288 |
# File 'lib/docusign/docusign.rb', line 2286 def envelopeId @envelopeId end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
2287 2288 2289 |
# File 'lib/docusign/docusign.rb', line 2287 def transactionId @transactionId end |