enum

Lester::Server::Auth

Inherits Enum < Comparable < Value < Object

Constants

Trusted = 0
Untrusted = 1

Instance methods

trusted?

Returns true if this enum value equals Trusted

Source
untrusted?

Returns true if this enum value equals Untrusted

Source