Class: Docusign::CreateEnvelopeFromTemplates

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

Instance Method Summary collapse

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

#activateEnvelopeObject

Returns the value of attribute activateEnvelope.



2387
2388
2389
# File 'lib/docusign/docusign.rb', line 2387

def activateEnvelope
  @activateEnvelope
end

#envelopeInformationObject

Returns the value of attribute envelopeInformation.



2386
2387
2388
# File 'lib/docusign/docusign.rb', line 2386

def envelopeInformation
  @envelopeInformation
end

#recipientsObject

Returns the value of attribute recipients.



2385
2386
2387
# File 'lib/docusign/docusign.rb', line 2385

def recipients
  @recipients
end

#templateReferencesObject

Returns the value of attribute templateReferences.



2384
2385
2386
# File 'lib/docusign/docusign.rb', line 2384

def templateReferences
  @templateReferences
end