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.
-
#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.
318 319 320 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 318 def advanced_update @advanced_update end |
#resend_envelope ⇒ Object
When set to true, sends the specified envelope again.
321 322 323 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 321 def resend_envelope @resend_envelope end |
Class Method Details
.default ⇒ Object
323 324 325 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 323 def self.default @@default ||= UpdateOptions.new end |