enum Protocol::Page::AdFrameType

Overview

Indicates whether a frame has been identified as an ad.

Defined in:

protocol/page.cr

Enum Members

None = 0
Child = 1
Root = 2

Instance Method Summary

Class methods inherited from struct Enum

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

Instance Method Detail

def child? #

[View source]
def none? #

[View source]
def root? #

[View source]