Transmission::RPC::TrackerStat
Inherits JSON::Serializable < Struct < Value < Object
One entry of a torrent's tracker_stats array: a tracker plus the swarm
numbers the daemon learned from its own announces and scrapes. Counts are
-1 when the tracker hasn't reported them. Classic-protocol responses
spell these camelCase; the classic adapter snake-cases every response
key (recursively), so this model deserializes either dialect.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
announce
Sourcedownload_count
Sourcehost
Sourceid
Sourcelast_announce_peer_count
Sourcelast_announce_succeeded
Sourcelast_announce_time
Sourcelast_scrape_succeeded
Sourcelast_scrape_time
Sourceleecher_count
Sourceseeder_count
Sourcesitename
Sourcetier
Source