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.



36
37
38
# File 'lib/docusign_esign/api/envelopes_api.rb', line 36

def cdse_mode
  @cdse_mode
end

#change_routing_orderObject

Returns the value of attribute change_routing_order.



39
40
41
# File 'lib/docusign_esign/api/envelopes_api.rb', line 39

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



42
43
44
# File 'lib/docusign_esign/api/envelopes_api.rb', line 42

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.



45
46
47
# File 'lib/docusign_esign/api/envelopes_api.rb', line 45

def merge_roles_on_draft
  @merge_roles_on_draft
end

#tab_label_exact_matchesObject

Returns the value of attribute tab_label_exact_matches.



48
49
50
# File 'lib/docusign_esign/api/envelopes_api.rb', line 48

def tab_label_exact_matches
  @tab_label_exact_matches
end

Class Method Details

.defaultObject



50
51
52
# File 'lib/docusign_esign/api/envelopes_api.rb', line 50

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