Class: Docusign::PurgeDocuments

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0PurgeDocuments

envelopeID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil) ⇒ PurgeDocuments

Returns a new instance of PurgeDocuments.



2432
2433
2434
# File 'lib/docusign/docusign.rb', line 2432

def initialize(envelopeID = nil)
  @envelopeID = envelopeID
end

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



2430
2431
2432
# File 'lib/docusign/docusign.rb', line 2430

def envelopeID
  @envelopeID
end