Class: Docusign::Envelope
- Inherits:
-
Object
- Object
- Docusign::Envelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0Envelope
accountId - SOAP::SOAPString
documents - Docusign::ArrayOfDocument
recipients - Docusign::ArrayOfRecipient
tabs - Docusign::ArrayOfTab
subject - SOAP::SOAPString
emailBlurb - SOAP::SOAPString
signingLocation - Docusign::SigningLocationCode
customFields - Docusign::ArrayOfCustomField
vaultingOptions - Docusign::VaultingOptions
- SOAP::SOAPBoolean
envelopeIdStamping - SOAP::SOAPBoolean
- SOAP::SOAPBoolean
notification - Docusign::Notification
envelopeAttachment - Docusign::ArrayOfAttachment
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
-
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
-
#customFields ⇒ Object
Returns the value of attribute customFields.
-
#documents ⇒ Object
Returns the value of attribute documents.
-
#emailBlurb ⇒ Object
Returns the value of attribute emailBlurb.
-
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
-
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
-
#notification ⇒ Object
Returns the value of attribute notification.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#tabs ⇒ Object
Returns the value of attribute tabs.
-
#vaultingOptions ⇒ Object
Returns the value of attribute vaultingOptions.
Instance Method Summary collapse
-
#initialize(accountId = nil, documents = nil, recipients = nil, tabs = nil, subject = nil, emailBlurb = nil, signingLocation = nil, customFields = nil, vaultingOptions = nil, autoNavigation = nil, envelopeIdStamping = nil, authoritativeCopy = nil, notification = nil, envelopeAttachment = nil) ⇒ Envelope
constructor
A new instance of Envelope.
Constructor Details
#initialize(accountId = nil, documents = nil, recipients = nil, tabs = nil, subject = nil, emailBlurb = nil, signingLocation = nil, customFields = nil, vaultingOptions = nil, autoNavigation = nil, envelopeIdStamping = nil, authoritativeCopy = nil, notification = nil, envelopeAttachment = nil) ⇒ Envelope
Returns a new instance of Envelope.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/docusign/docusign.rb', line 37 def initialize(accountId = nil, documents = nil, recipients = nil, tabs = nil, subject = nil, emailBlurb = nil, signingLocation = nil, customFields = nil, vaultingOptions = nil, = nil, envelopeIdStamping = nil, = nil, notification = nil, envelopeAttachment = nil) @accountId = accountId @documents = documents @recipients = recipients @tabs = tabs @subject = subject @emailBlurb = emailBlurb @signingLocation = signingLocation @customFields = customFields @vaultingOptions = vaultingOptions = @envelopeIdStamping = envelopeIdStamping = @notification = notification @envelopeAttachment = envelopeAttachment end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
22 23 24 |
# File 'lib/docusign/docusign.rb', line 22 def accountId @accountId end |
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
33 34 35 |
# File 'lib/docusign/docusign.rb', line 33 def end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
31 32 33 |
# File 'lib/docusign/docusign.rb', line 31 def end |
#customFields ⇒ Object
Returns the value of attribute customFields.
29 30 31 |
# File 'lib/docusign/docusign.rb', line 29 def customFields @customFields end |
#documents ⇒ Object
Returns the value of attribute documents.
23 24 25 |
# File 'lib/docusign/docusign.rb', line 23 def documents @documents end |
#emailBlurb ⇒ Object
Returns the value of attribute emailBlurb.
27 28 29 |
# File 'lib/docusign/docusign.rb', line 27 def emailBlurb @emailBlurb end |
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
35 36 37 |
# File 'lib/docusign/docusign.rb', line 35 def envelopeAttachment @envelopeAttachment end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
32 33 34 |
# File 'lib/docusign/docusign.rb', line 32 def envelopeIdStamping @envelopeIdStamping end |
#notification ⇒ Object
Returns the value of attribute notification.
34 35 36 |
# File 'lib/docusign/docusign.rb', line 34 def notification @notification end |
#recipients ⇒ Object
Returns the value of attribute recipients.
24 25 26 |
# File 'lib/docusign/docusign.rb', line 24 def recipients @recipients end |
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
28 29 30 |
# File 'lib/docusign/docusign.rb', line 28 def signingLocation @signingLocation end |
#subject ⇒ Object
Returns the value of attribute subject.
26 27 28 |
# File 'lib/docusign/docusign.rb', line 26 def subject @subject end |
#tabs ⇒ Object
Returns the value of attribute tabs.
25 26 27 |
# File 'lib/docusign/docusign.rb', line 25 def tabs @tabs end |
#vaultingOptions ⇒ Object
Returns the value of attribute vaultingOptions.
30 31 32 |
# File 'lib/docusign/docusign.rb', line 30 def vaultingOptions @vaultingOptions end |