struct

QBittorrent::Model::SearchPlugin

Inherits JSON::Serializable < Struct < Value < Object

An installed search plugin (search/plugins array element, see ext/api-map.md ยง3).

Constructors

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

Instance methods

enabled?

Whether the plugin is currently enabled.

Source
full_name

Human-readable plugin name.

Source
name

Internal plugin name (used as the names value for enable/uninstall).

Source
supported_categories

Categories the plugin can search.

Source
url

Plugin's site URL.

Source
version

Plugin version, e.g. "1.2".

Source

Nested types