Method: DocuSign_eSign::RecipientViewRequest#return_url
- Defined in:
- lib/docusign_esign/models/recipient_view_request.rb
#return_url ⇒ Object
The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: * cancel (recipient canceled the signing operation) * decline (recipient declined to sign) * exception (an exception occurred) * fax_pending (recipient has a fax pending) * session_timeout (session timed out) * signing_complete (signer completed the signing ceremony) * ttl_expired (the TTL, time to live, timer expired) * viewing_complete (recipient completed viewing the envelope) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers.
54 55 56 |
# File 'lib/docusign_esign/models/recipient_view_request.rb', line 54 def return_url @return_url end |