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.
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
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2751 2752 2753 |
# File 'lib/docusign/docusign.rb', line 2751 def envelopeID @envelopeID end |
#reason ⇒ Object
Returns the value of attribute reason.
2752 2753 2754 |
# File 'lib/docusign/docusign.rb', line 2752 def reason @reason end |