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.



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

def advanced_update
  @advanced_update
end

#recycle_on_voidObject

Returns the value of attribute recycle_on_void.



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

def recycle_on_void
  @recycle_on_void
end

#resend_envelopeObject

When set to true, sends the specified envelope again.



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

def resend_envelope
  @resend_envelope
end

Class Method Details

.defaultObject



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

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