enum

Cloudflare::ParallelFlag

Inherits Enum < Comparable < Value < Object

Constants

Distributed = 0_u8
SubProcess = 1_u8
Hybrid = 2_u8

Instance methods

distributed?

Returns true if this enum value equals Distributed

Source
hybrid?

Returns true if this enum value equals Hybrid

Source
sub_process?

Returns true if this enum value equals SubProcess

Source