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

#change_routing_orderObject

Returns the value of attribute change_routing_order.



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

def change_routing_order
  @change_routing_order
end

#completed_documents_onlyObject

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



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

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.



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

def merge_roles_on_draft
  @merge_roles_on_draft
end

#tab_label_exact_matchesObject

Returns the value of attribute tab_label_exact_matches.



30
31
32
# File 'lib/docusign_esign/api/envelopes_api.rb', line 30

def tab_label_exact_matches
  @tab_label_exact_matches
end

Class Method Details

.defaultObject



32
33
34
# File 'lib/docusign_esign/api/envelopes_api.rb', line 32

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