Method: DocuSign_eSign::Text#conceal_value_on_document
- Defined in:
- lib/docusign_esign/models/text.rb
#conceal_value_on_document ⇒ Object
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.
89 90 91 |
# File 'lib/docusign_esign/models/text.rb', line 89 def conceal_value_on_document @conceal_value_on_document end |