Method: DocuSign_eSign::LockInformation#lock_duration_in_seconds
- Defined in:
- lib/docusign_esign/models/lock_information.rb
#lock_duration_in_seconds ⇒ Object
Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended.
20 21 22 |
# File 'lib/docusign_esign/models/lock_information.rb', line 20 def lock_duration_in_seconds @lock_duration_in_seconds end |