enum

Pomfire::FileCache::FileStatus

Inherits Enum < Comparable < Value < Object

Constants

Missing = 0
Cached = 1
Downloaded = 2

Instance methods

cached?

Returns true if this enum value equals Cached

Source
downloaded?

Returns true if this enum value equals Downloaded

Source
missing?

Returns true if this enum value equals Missing

Source