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.
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
#activateEnvelope ⇒ Object
Returns the value of attribute activateEnvelope.
2977 2978 2979 |
# File 'lib/docusign/docusign.rb', line 2977 def activateEnvelope @activateEnvelope end |
#envelopeInformation ⇒ Object
Returns the value of attribute envelopeInformation.
2976 2977 2978 |
# File 'lib/docusign/docusign.rb', line 2976 def envelopeInformation @envelopeInformation end |
#recipients ⇒ Object
Returns the value of attribute recipients.
2975 2976 2977 |
# File 'lib/docusign/docusign.rb', line 2975 def recipients @recipients end |
#templateReferences ⇒ Object
Returns the value of attribute templateReferences.
2974 2975 2976 |
# File 'lib/docusign/docusign.rb', line 2974 def templateReferences @templateReferences end |