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.



3048
3049
3050
# File 'lib/docusign/docusign.rb', line 3048

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



3046
3047
3048
# File 'lib/docusign/docusign.rb', line 3046

def envelopeID
  @envelopeID
end