Method: DocuSign_eSign::RecipientViewRequest#ping_url
- Defined in:
- lib/docusign_esign/models/recipient_view_request.rb
#ping_url ⇒ Object
A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it’s session timer when the request is received.
48 49 50 |
# File 'lib/docusign_esign/models/recipient_view_request.rb', line 48 def ping_url @ping_url end |