Class: Docusign::EventNotification
- Inherits:
-
Object
- Object
- Docusign::EventNotification
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EventNotification
uRL - SOAP::SOAPString
loggingEnabled - SOAP::SOAPBoolean
envelopeEvents - Docusign::ArrayOfEnvelopeEvent
Instance Attribute Summary collapse
-
#envelopeEvents ⇒ Object
Returns the value of attribute envelopeEvents.
-
#loggingEnabled ⇒ Object
Returns the value of attribute loggingEnabled.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
Instance Method Summary collapse
-
#initialize(uRL = nil, loggingEnabled = nil, envelopeEvents = nil) ⇒ EventNotification
constructor
A new instance of EventNotification.
Constructor Details
#initialize(uRL = nil, loggingEnabled = nil, envelopeEvents = nil) ⇒ EventNotification
Returns a new instance of EventNotification.
650 651 652 653 654 |
# File 'lib/docusign/docusign.rb', line 650 def initialize(uRL = nil, loggingEnabled = nil, envelopeEvents = nil) @uRL = uRL @loggingEnabled = loggingEnabled @envelopeEvents = envelopeEvents end |
Instance Attribute Details
#envelopeEvents ⇒ Object
Returns the value of attribute envelopeEvents.
648 649 650 |
# File 'lib/docusign/docusign.rb', line 648 def envelopeEvents @envelopeEvents end |
#loggingEnabled ⇒ Object
Returns the value of attribute loggingEnabled.
647 648 649 |
# File 'lib/docusign/docusign.rb', line 647 def loggingEnabled @loggingEnabled end |
#uRL ⇒ Object
Returns the value of attribute uRL.
646 647 648 |
# File 'lib/docusign/docusign.rb', line 646 def uRL @uRL end |