Method: DocuSign_eSign::FormulaTab#formula
- Defined in:
- lib/docusign_esign/models/formula_tab.rb
#formula ⇒ Object
The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. Example: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1][Line2][Tax]
177 178 179 |
# File 'lib/docusign_esign/models/formula_tab.rb', line 177 def formula @formula end |