Class: DocuSign_eSign::UpdateRecipientsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::UpdateRecipientsOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb
Instance Attribute Summary collapse
-
#offline_signing ⇒ Object
Returns the value of attribute offline_signing.
-
#resend_envelope ⇒ Object
When set to true, resends the envelope if the new recipient’s routing order is before or the same as the envelope’s next recipient.
Class Method Summary collapse
Instance Attribute Details
#offline_signing ⇒ Object
Returns the value of attribute offline_signing.
357 358 359 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 357 def offline_signing @offline_signing end |
#resend_envelope ⇒ Object
When set to true, resends the envelope if the new recipient’s routing order is before or the same as the envelope’s next recipient.
360 361 362 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 360 def resend_envelope @resend_envelope end |
Class Method Details
.default ⇒ Object
362 363 364 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 362 def self.default @@default ||= UpdateRecipientsOptions.new end |