Class: DocuSign_eSign::CreateRecipientOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::CreateRecipientOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#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
#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.
33 34 35 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 33 def resend_envelope @resend_envelope end |
Class Method Details
.default ⇒ Object
35 36 37 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 35 def self.default @@default ||= CreateRecipientOptions.new end |