Class: Docusign::AcknowledgeAuthoritativeCopyExport

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#checkSumHashObject

Returns the value of attribute checkSumHash.



2288
2289
2290
# File 'lib/docusign/docusign.rb', line 2288

def checkSumHash
  @checkSumHash
end

#envelopeIdObject

Returns the value of attribute envelopeId.



2286
2287
2288
# File 'lib/docusign/docusign.rb', line 2286

def envelopeId
  @envelopeId
end

#transactionIdObject

Returns the value of attribute transactionId.



2287
2288
2289
# File 'lib/docusign/docusign.rb', line 2287

def transactionId
  @transactionId
end