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

#combine_same_order_recipientsObject

Returns the value of attribute combine_same_order_recipients.



463
464
465
# File 'lib/docusign_esign/api/envelopes_api.rb', line 463

def combine_same_order_recipients
  @combine_same_order_recipients
end

#offline_signingObject

Returns the value of attribute offline_signing.



466
467
468
# File 'lib/docusign_esign/api/envelopes_api.rb', line 466

def offline_signing
  @offline_signing
end

#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.



469
470
471
# File 'lib/docusign_esign/api/envelopes_api.rb', line 469

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



471
472
473
# File 'lib/docusign_esign/api/envelopes_api.rb', line 471

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