enum

PlaceOS::Model::UserJWT::Scope::Access

Inherits Enum < Comparable < Value < Object

Constants

Read = 1
Write = 2
None = 0
All = 3

Instance methods

none?
Source
read?

Returns true if this enum value contains Read

Source
write?

Returns true if this enum value contains Write

Source