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.



318
319
320
# File 'lib/docusign_esign/api/envelopes_api.rb', line 318

def advanced_update
  @advanced_update
end

#resend_envelopeObject

When set to true, sends the specified envelope again.



321
322
323
# File 'lib/docusign_esign/api/envelopes_api.rb', line 321

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



323
324
325
# File 'lib/docusign_esign/api/envelopes_api.rb', line 323

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