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.



2880
2881
2882
2883
2884
# File 'lib/docusign/docusign.rb', line 2880

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.



2878
2879
2880
# File 'lib/docusign/docusign.rb', line 2878

def checkSumHash
  @checkSumHash
end

#envelopeIdObject

Returns the value of attribute envelopeId.



2876
2877
2878
# File 'lib/docusign/docusign.rb', line 2876

def envelopeId
  @envelopeId
end

#transactionIdObject

Returns the value of attribute transactionId.



2877
2878
2879
# File 'lib/docusign/docusign.rb', line 2877

def transactionId
  @transactionId
end