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.



2979
2980
2981
2982
2983
2984
# 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

Instance Attribute Details

#activateEnvelopeObject

Returns the value of attribute activateEnvelope.



2977
2978
2979
# File 'lib/docusign/docusign.rb', line 2977

def activateEnvelope
  @activateEnvelope
end

#envelopeInformationObject

Returns the value of attribute envelopeInformation.



2976
2977
2978
# File 'lib/docusign/docusign.rb', line 2976

def envelopeInformation
  @envelopeInformation
end

#recipientsObject

Returns the value of attribute recipients.



2975
2976
2977
# File 'lib/docusign/docusign.rb', line 2975

def recipients
  @recipients
end

#templateReferencesObject

Returns the value of attribute templateReferences.



2974
2975
2976
# File 'lib/docusign/docusign.rb', line 2974

def templateReferences
  @templateReferences
end