enum

PlaceOS::Driver::Level

Inherits Enum < Comparable < Value < Object

the level of security a user must have to execute a function

Constants

Support = 0
Administrator = 1

Instance methods

administrator?

Returns true if this enum value equals Administrator

Source
support?

Returns true if this enum value equals Support

Source