enum

PlaceOS::Model::Booking::Recurrence

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
DAILY = 1
WEEKLY = 2
MONTHLY = 3

Instance methods

daily?

Returns true if this enum value equals DAILY

Source
monthly?

Returns true if this enum value equals MONTHLY

Source
none?

Returns true if this enum value equals NONE

Source
weekly?

Returns true if this enum value equals WEEKLY

Source