enum

Crig::Completion::ImageDetail

Inherits Enum < Comparable < Value < Object

Constants

Low = 0
High = 1
Auto = 2

Class methods

parse?(value : String) : self | Nil
Source

Instance methods

auto?

Returns true if this enum value equals Auto

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source