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.



297
298
299
# File 'lib/docusign_esign/api/envelopes_api.rb', line 297

def advanced_update
  @advanced_update
end

#resend_envelopeObject

When set to true, sends the specified envelope again.



300
301
302
# File 'lib/docusign_esign/api/envelopes_api.rb', line 300

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



302
303
304
# File 'lib/docusign_esign/api/envelopes_api.rb', line 302

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