Class: Docusign::DisplayLevelCode

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

Overview

Constant Summary collapse

DoNotDisplay =
DisplayLevelCode.new("DoNotDisplay")
Editable =
DisplayLevelCode.new("Editable")
ReadOnly =
DisplayLevelCode.new("ReadOnly")