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



1493
1494
1495
1496
# File 'lib/docusign/docusign.rb', line 1493

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



1490
1491
1492
# File 'lib/docusign/docusign.rb', line 1490

def envelopeID
  @envelopeID
end

#reasonObject

Returns the value of attribute reason.



1491
1492
1493
# File 'lib/docusign/docusign.rb', line 1491

def reason
  @reason
end