Class: Docusign::FolderType
- Inherits:
-
String
- Object
- String
- Docusign::FolderType
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0FolderType
Constant Summary collapse
- Draft =
FolderType.new("Draft")
- Inbox =
FolderType.new("Inbox")
- Normal =
FolderType.new("Normal")
- RecycleBin =
FolderType.new("RecycleBin")
- SentItems =
FolderType.new("SentItems")