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.



2164
2165
2166
2167
# File 'lib/docusign/docusign.rb', line 2164

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



2161
2162
2163
# File 'lib/docusign/docusign.rb', line 2161

def envelopeID
  @envelopeID
end

#reasonObject

Returns the value of attribute reason.



2162
2163
2164
# File 'lib/docusign/docusign.rb', line 2162

def reason
  @reason
end