ArrJanitor::Config::DownloadClient
Inherits JSON::Serializable < YAML::Serializable < Reference < Object
Credentials for a download client. The client's host/port/type are
resolved from the *arr's own download-client config (matched by name);
only the credentials live here.
Constructors
new(pull : JSON::PullParser)
Sourcenew(name : String, api_key : String | Nil = nil, username : String | Nil = nil, password : String | Nil = nil)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
api_key
Sourcename
Sourcepassword
Sourceusername
Source