enum

PlaceOS::Model::Booking::Induction

Inherits Enum < Comparable < Value < Object

Constants

TENTATIVE = 0
ACCEPTED = 1
DECLINED = 2

Instance methods

accepted?

Returns true if this enum value equals ACCEPTED

Source
declined?

Returns true if this enum value equals DECLINED

Source
tentative?

Returns true if this enum value equals TENTATIVE

Source