struct

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_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

announce
Source
download_count
Source
host
Source
last_announce_peer_count
Source
last_announce_succeeded
Source
last_announce_time
Source
last_scrape_succeeded
Source
last_scrape_time
Source
leecher_count
Source
seeder_count
Source
sitename
Source
tier
Source