QBittorrent::Model::FilePriority
Inherits Enum < Comparable < Value < Object
File download priority int (TorrentFile#priority).
Values 2-5 are legacy/unused and therefore have no members; they decode
to nil through Converter.
Constants
DoNotDownload = 0
Do not download (skip this file).
Normal = 1
Normal priority.
High = 6
High priority.
Maximal = 7
Maximal priority.
Constructors
new(pull : JSON::PullParser) : self
Strict decode: raises on an integer with no matching member.