enum Protocol::Page::OriginTrialStatus

Overview

Status for an Origin Trial.

Defined in:

protocol/page.cr

Enum Members

Enabled = 0
ValidTokenNotProvided = 1
OSNotSupported = 2
TrialNotAllowed = 3

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def enabled? #

[View source]
def os_not_supported? #

[View source]
def trial_not_allowed? #

[View source]
def valid_token_not_provided? #

[View source]