Method: DocuSign_eSign::Signer#access_code
- Defined in:
- lib/docusign_esign/models/signer.rb
#access_code ⇒ Object
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account’s access code format setting. If blank, but the signer ‘accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required.
18 19 20 |
# File 'lib/docusign_esign/models/signer.rb', line 18 def access_code @access_code end |