Class: DocuSign_eSign::CreateEnvelopeOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/envelopes_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#cdse_modeObject

Returns the value of attribute cdse_mode.



18
19
20
# File 'lib/docusign_esign/api/envelopes_api.rb', line 18

def cdse_mode
  @cdse_mode
end

#completed_documents_onlyObject

If set to true then we want to set the sourceEnvelopeId to indicate that this is a"forward" envelope action



21
22
23
# File 'lib/docusign_esign/api/envelopes_api.rb', line 21

def completed_documents_only
  @completed_documents_only
end

#merge_roles_on_draftObject

When set to true, merges template roles and remove empty recipients when you create an envelope with multiple templates.



24
25
26
# File 'lib/docusign_esign/api/envelopes_api.rb', line 24

def merge_roles_on_draft
  @merge_roles_on_draft
end

Class Method Details

.defaultObject



26
27
28
# File 'lib/docusign_esign/api/envelopes_api.rb', line 26

def self.default
  @@default ||= CreateEnvelopeOptions.new
end