Class: DocuSign_eSign::UpdateRecipientsOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#resend_envelopeObject

When set to true, resends the envelope if the new recipient’s routing order is before or the same as the envelope’s next recipient.



336
337
338
# File 'lib/docusign_esign/api/envelopes_api.rb', line 336

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



338
339
340
# File 'lib/docusign_esign/api/envelopes_api.rb', line 338

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