enum

Crig::Completion::ContentFormat

Inherits Enum < Comparable < Value < Object

Constants

Base64 = 0
String = 1
Url = 2

Instance methods

base64?

Returns true if this enum value equals Base64

Source
string?

Returns true if this enum value equals String

Source
url?

Returns true if this enum value equals Url

Source