Class: Docusign::EventNotification

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#envelopeEventsObject

Returns the value of attribute envelopeEvents.



648
649
650
# File 'lib/docusign/docusign.rb', line 648

def envelopeEvents
  @envelopeEvents
end

#loggingEnabledObject

Returns the value of attribute loggingEnabled.



647
648
649
# File 'lib/docusign/docusign.rb', line 647

def loggingEnabled
  @loggingEnabled
end

#uRLObject

Returns the value of attribute uRL.



646
647
648
# File 'lib/docusign/docusign.rb', line 646

def uRL
  @uRL
end