Method: DocuSign_eSign::TemplateTabs#email_tabs
- Defined in:
- lib/docusign_esign/models/template_tabs.rb
#email_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. [email protected]) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
59 60 61 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 59 def email_tabs @email_tabs end |