enum

Cloudflare::BindFlag

Inherits Enum < Comparable < Value < Object

Constants

TCP = 0_u8
TLS = 1_u8

Instance methods

tcp?

Returns true if this enum value equals TCP

Source
tls?

Returns true if this enum value equals TLS

Source