enum Protocol::Network::ResourcePriority

Overview

Loading priority of a resource request.

Defined in:

protocol/network.cr

Enum Members

VeryLow = 0
Low = 1
Medium = 2
High = 3
VeryHigh = 4

Instance Method Summary

Class methods inherited from struct Enum

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

Instance Method Detail

def high? #

[View source]
def low? #

[View source]
def medium? #

[View source]
def very_high? #

[View source]
def very_low? #

[View source]