Class: DocuSign_eSign::UpdateOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::UpdateOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#advanced_update ⇒ Object
When set to true, allows the caller to update recipients, tabs, custom fields, notification, email settings and other envelope attributes.
-
#recycle_on_void ⇒ Object
Returns the value of attribute recycle_on_void.
-
#resend_envelope ⇒ Object
When set to true, sends the specified envelope again.
Class Method Summary collapse
Instance Attribute Details
#advanced_update ⇒ Object
When set to true, allows the caller to update recipients, tabs, custom fields, notification, email settings and other envelope attributes.
477 478 479 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 477 def advanced_update @advanced_update end |
#recycle_on_void ⇒ Object
Returns the value of attribute recycle_on_void.
480 481 482 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 480 def recycle_on_void @recycle_on_void end |
#resend_envelope ⇒ Object
When set to true, sends the specified envelope again.
483 484 485 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 483 def resend_envelope @resend_envelope end |
Class Method Details
.default ⇒ Object
485 486 487 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 485 def self.default @@default ||= UpdateOptions.new end |