Class: Docusign::FolderType

Inherits:
String
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

Constant Summary collapse

Draft =
FolderType.new("Draft")
Inbox =
FolderType.new("Inbox")
Normal =
FolderType.new("Normal")
RecycleBin =
FolderType.new("RecycleBin")
SentItems =
FolderType.new("SentItems")