Class: Docusign::VoidEnvelope
- Inherits:
-
Object
- Object
- Docusign::VoidEnvelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0VoidEnvelope
envelopeID - SOAP::SOAPString
reason - SOAP::SOAPString
Instance Attribute Summary collapse
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, reason = nil) ⇒ VoidEnvelope
constructor
A new instance of VoidEnvelope.
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
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2161 2162 2163 |
# File 'lib/docusign/docusign.rb', line 2161 def envelopeID @envelopeID end |
#reason ⇒ Object
Returns the value of attribute reason.
2162 2163 2164 |
# File 'lib/docusign/docusign.rb', line 2162 def reason @reason end |