Class: Docusign::CreateEnvelopeFromTemplates
- Inherits:
-
Object
- Object
- Docusign::CreateEnvelopeFromTemplates
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0CreateEnvelopeFromTemplates
templateReferences - Docusign::ArrayOfTemplateReference
recipients - Docusign::ArrayOfRecipient1
envelopeInformation - Docusign::EnvelopeInformation
activateEnvelope - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#activateEnvelope ⇒ Object
Returns the value of attribute activateEnvelope.
-
#envelopeInformation ⇒ Object
Returns the value of attribute envelopeInformation.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#templateReferences ⇒ Object
Returns the value of attribute templateReferences.
Instance Method Summary collapse
-
#initialize(templateReferences = nil, recipients = nil, envelopeInformation = nil, activateEnvelope = nil) ⇒ CreateEnvelopeFromTemplates
constructor
A new instance of CreateEnvelopeFromTemplates.
Constructor Details
#initialize(templateReferences = nil, recipients = nil, envelopeInformation = nil, activateEnvelope = nil) ⇒ CreateEnvelopeFromTemplates
Returns a new instance of CreateEnvelopeFromTemplates.
2389 2390 2391 2392 2393 2394 |
# File 'lib/docusign/docusign.rb', line 2389 def initialize(templateReferences = nil, recipients = nil, envelopeInformation = nil, activateEnvelope = nil) @templateReferences = templateReferences @recipients = recipients @envelopeInformation = envelopeInformation @activateEnvelope = activateEnvelope end |
Instance Attribute Details
#activateEnvelope ⇒ Object
Returns the value of attribute activateEnvelope.
2387 2388 2389 |
# File 'lib/docusign/docusign.rb', line 2387 def activateEnvelope @activateEnvelope end |
#envelopeInformation ⇒ Object
Returns the value of attribute envelopeInformation.
2386 2387 2388 |
# File 'lib/docusign/docusign.rb', line 2386 def envelopeInformation @envelopeInformation end |
#recipients ⇒ Object
Returns the value of attribute recipients.
2385 2386 2387 |
# File 'lib/docusign/docusign.rb', line 2385 def recipients @recipients end |
#templateReferences ⇒ Object
Returns the value of attribute templateReferences.
2384 2385 2386 |
# File 'lib/docusign/docusign.rb', line 2384 def templateReferences @templateReferences end |