Rbacr::Tier
Inherits Enum < Comparable < Value < Object
Constants
DIRECTOR = 1
MANAGER = 2
WORKER = 3
Instance methods
Compares this object to other based on the receiver’s <=> method,
returning true if it returns a value greater then 0.
Compares this object to other based on the receiver’s <=> method,
returning true if it returns a value equal or greater than 0.
managerial?
Source