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.
474 475 476 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 474 def advanced_update @advanced_update end |
#recycle_on_void ⇒ Object
Returns the value of attribute recycle_on_void.
477 478 479 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 477 def recycle_on_void @recycle_on_void end |
#resend_envelope ⇒ Object
When set to true, sends the specified envelope again.
480 481 482 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 480 def resend_envelope @resend_envelope end |
Class Method Details
.default ⇒ Object
482 483 484 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 482 def self.default @@default ||= UpdateOptions.new end |