class

QBittorrent::Model::NetworkInterface

Inherits JSON::Serializable < Reference < Object

A network interface entry returned by GET app/networkInterfaceList (qB 5.x addition). name is the human-readable interface name shown in the UI; value is the identifier passed back as the iface query parameter to app/networkInterfaceAddressList.

Constructors

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

Instance methods

name
Source
name=(name : String | Nil)
Source
value
Source
value=(value : String | Nil)
Source