struct

ArrJanitor::DownloadClientInfo

Inherits Struct < Value < Object

Connection details for a download client, resolved from the *arr's own download-client configuration (credentials come separately from ArrJanitor's config).

Constructors

new(name : String, implementation : String, host : String, port : Int32, use_ssl : Bool, url_base : String | Nil = nil)
Source

Instance methods

base_url

The client's base URL: http(s)://host:port[/urlBase].

Source
host
Source
implementation

The *arr's implementation name, e.g. "qBittorrent".

Source
name
Source
port
Source
url_base

Optional URL base/path prefix the client is served under.

Source
use_ssl?
Source