class Docusign::CreateEnvelopeFromTemplates
{www.docusign.net/API/3.0}CreateEnvelopeFromTemplates
templateReferences - Docusign::ArrayOfTemplateReference recipients - Docusign::ArrayOfRecipient1 envelopeInformation - Docusign::EnvelopeInformation activateEnvelope - SOAP::SOAPBoolean
Attributes
activateEnvelope[RW]
envelopeInformation[RW]
recipients[RW]
templateReferences[RW]
Public Class Methods
new(templateReferences = nil, recipients = nil, envelopeInformation = nil, activateEnvelope = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 2979 def initialize(templateReferences = nil, recipients = nil, envelopeInformation = nil, activateEnvelope = nil) @templateReferences = templateReferences @recipients = recipients @envelopeInformation = envelopeInformation @activateEnvelope = activateEnvelope end