Method: DocuSign_eSign::FormulaTab#sender_required
- Defined in:
- lib/docusign_esign/models/formula_tab.rb
#sender_required ⇒ Object
When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a senderRequired value of true cannot be deleted from an envelope.
285 286 287 |
# File 'lib/docusign_esign/models/formula_tab.rb', line 285 def sender_required @sender_required end |