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.



420
421
422
# File 'lib/docusign_esign/api/envelopes_api.rb', line 420

def advanced_update
  @advanced_update
end

#resend_envelopeObject

When set to true, sends the specified envelope again.



423
424
425
# File 'lib/docusign_esign/api/envelopes_api.rb', line 423

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



425
426
427
# File 'lib/docusign_esign/api/envelopes_api.rb', line 425

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