Method: DocuSign_eSign::ListTemplatesOptions#shared_by_me
- Defined in:
- lib/docusign_esign/api/templates_api.rb
#shared_by_me ⇒ Object
If true, the response only includes templates shared by the user. If false, the response only returns template not shared by the user. If not specified, the response is not affected.
186 187 188 |
# File 'lib/docusign_esign/api/templates_api.rb', line 186 def shared_by_me @shared_by_me end |