struct

QBittorrent::Model::PeerLogEntry

Inherits JSON::Serializable < Struct < Value < Object

A single entry from the qBittorrent peer log (log/peers array element).

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

blocked?

Whether the peer was blocked.

Source
id

Monotonically increasing entry id (feed as last_known_id to page).

Source
ip

IP address of the peer the entry concerns.

Source
reason

Reason the peer was blocked (empty when not blocked).

Source
timestamp

Unix epoch timestamp (seconds) when the entry was recorded.

Source