enum

Google::Calendar::V3::Event::Status

Inherits Enum < Comparable < Value < Object

Constants

Confirmed = 0
Tentative = 1
Cancelled = 2

Instance methods

cancelled?

Returns true if this enum value equals Cancelled

Source
confirmed?

Returns true if this enum value equals Confirmed

Source
tentative?

Returns true if this enum value equals Tentative

Source