Class: DocuSign_eSign::UpdateOptions

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

#advanced_updateObject

When set to true, allows the caller to update recipients, tabs, custom fields, notification, email settings and other envelope attributes.



450
451
452
# File 'lib/docusign_esign/api/envelopes_api.rb', line 450

def advanced_update
  @advanced_update
end

#resend_envelopeObject

When set to true, sends the specified envelope again.



453
454
455
# File 'lib/docusign_esign/api/envelopes_api.rb', line 453

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



455
456
457
# File 'lib/docusign_esign/api/envelopes_api.rb', line 455

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