enum

Cryflare::Zone::Plan::LegacyId

Inherits Enum / Comparable / Value / Object

Constants

Free = 0
Pro = 1
Business = 2
Enterprise = 3

Instance methods

business?

Returns true if this enum value equals Business

Source
enterprise?

Returns true if this enum value equals Enterprise

Source
free?

Returns true if this enum value equals Free

Source
pro?

Returns true if this enum value equals Pro

Source