Class: Docusign::EnvelopeEvent
- Inherits:
-
Object
- Object
- Docusign::EnvelopeEvent
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopeEvent
envelopeEventStatusCode - Docusign::EnvelopeEventStatusCode
includeDocuments - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#envelopeEventStatusCode ⇒ Object
Returns the value of attribute envelopeEventStatusCode.
-
#includeDocuments ⇒ Object
Returns the value of attribute includeDocuments.
Instance Method Summary collapse
-
#initialize(envelopeEventStatusCode = nil, includeDocuments = nil) ⇒ EnvelopeEvent
constructor
A new instance of EnvelopeEvent.
Constructor Details
#initialize(envelopeEventStatusCode = nil, includeDocuments = nil) ⇒ EnvelopeEvent
Returns a new instance of EnvelopeEvent.
668 669 670 671 |
# File 'lib/docusign/docusign.rb', line 668 def initialize(envelopeEventStatusCode = nil, includeDocuments = nil) @envelopeEventStatusCode = envelopeEventStatusCode @includeDocuments = includeDocuments end |
Instance Attribute Details
#envelopeEventStatusCode ⇒ Object
Returns the value of attribute envelopeEventStatusCode.
665 666 667 |
# File 'lib/docusign/docusign.rb', line 665 def envelopeEventStatusCode @envelopeEventStatusCode end |
#includeDocuments ⇒ Object
Returns the value of attribute includeDocuments.
666 667 668 |
# File 'lib/docusign/docusign.rb', line 666 def includeDocuments @includeDocuments end |