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.
462 463 464 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 462 def advanced_update @advanced_update end |
#recycle_on_void ⇒ Object
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_envelope ⇒ Object
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
.default ⇒ Object
470 471 472 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 470 def self.default @@default ||= UpdateOptions.new end |