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
enforceSignerVisibility - SOAP::SOAPBoolean
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.
-
#enforceSignerVisibility ⇒ Object
Returns the value of attribute enforceSignerVisibility.
-
#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, enforceSignerVisibility = 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, enforceSignerVisibility = nil) ⇒ Envelope
Returns a new instance of Envelope.
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/docusign/docusign.rb', line 54 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, enforceSignerVisibility = nil) @accountId = accountId @documents = documents @recipients = recipients @tabs = tabs @subject = subject @emailBlurb = emailBlurb @signingLocation = signingLocation @customFields = customFields @vaultingOptions = vaultingOptions @autoNavigation = @envelopeIdStamping = envelopeIdStamping @authoritativeCopy = @notification = notification @envelopeAttachment = envelopeAttachment @enforceSignerVisibility = enforceSignerVisibility end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
38 39 40 |
# File 'lib/docusign/docusign.rb', line 38 def accountId @accountId end |
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
49 50 51 |
# File 'lib/docusign/docusign.rb', line 49 def @authoritativeCopy end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
47 48 49 |
# File 'lib/docusign/docusign.rb', line 47 def @autoNavigation end |
#customFields ⇒ Object
Returns the value of attribute customFields.
45 46 47 |
# File 'lib/docusign/docusign.rb', line 45 def customFields @customFields end |
#documents ⇒ Object
Returns the value of attribute documents.
39 40 41 |
# File 'lib/docusign/docusign.rb', line 39 def documents @documents end |
#emailBlurb ⇒ Object
Returns the value of attribute emailBlurb.
43 44 45 |
# File 'lib/docusign/docusign.rb', line 43 def emailBlurb @emailBlurb end |
#enforceSignerVisibility ⇒ Object
Returns the value of attribute enforceSignerVisibility.
52 53 54 |
# File 'lib/docusign/docusign.rb', line 52 def enforceSignerVisibility @enforceSignerVisibility end |
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
51 52 53 |
# File 'lib/docusign/docusign.rb', line 51 def envelopeAttachment @envelopeAttachment end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
48 49 50 |
# File 'lib/docusign/docusign.rb', line 48 def envelopeIdStamping @envelopeIdStamping end |
#notification ⇒ Object
Returns the value of attribute notification.
50 51 52 |
# File 'lib/docusign/docusign.rb', line 50 def notification @notification end |
#recipients ⇒ Object
Returns the value of attribute recipients.
40 41 42 |
# File 'lib/docusign/docusign.rb', line 40 def recipients @recipients end |
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
44 45 46 |
# File 'lib/docusign/docusign.rb', line 44 def signingLocation @signingLocation end |
#subject ⇒ Object
Returns the value of attribute subject.
42 43 44 |
# File 'lib/docusign/docusign.rb', line 42 def subject @subject end |
#tabs ⇒ Object
Returns the value of attribute tabs.
41 42 43 |
# File 'lib/docusign/docusign.rb', line 41 def tabs @tabs end |
#vaultingOptions ⇒ Object
Returns the value of attribute vaultingOptions.
46 47 48 |
# File 'lib/docusign/docusign.rb', line 46 def vaultingOptions @vaultingOptions end |