Method: DocuSign_eSign::ListTemplatesOptions#from_date
- Defined in:
- lib/docusign_esign/api/templates_api.rb
#from_date ⇒ Object
Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.
156 157 158 |
# File 'lib/docusign_esign/api/templates_api.rb', line 156 def from_date @from_date end |