Class: Docusign::VoidEnvelope

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

Overview

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

envelopeID - SOAP::SOAPString
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil, reason = nil) ⇒ VoidEnvelope

Returns a new instance of VoidEnvelope.



2754
2755
2756
2757
# File 'lib/docusign/docusign.rb', line 2754

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



2751
2752
2753
# File 'lib/docusign/docusign.rb', line 2751

def envelopeID
  @envelopeID
end

#reasonObject

Returns the value of attribute reason.



2752
2753
2754
# File 'lib/docusign/docusign.rb', line 2752

def reason
  @reason
end