Sha256: a46f5326213de7a7019227601f55612833fadb32d9dd3e30223cd5b02d4596c7
Contents?: true
Size: 223 Bytes
Versions: 7
Compression:
Stored size: 223 Bytes
Contents
module TD::Types # Represents a list of proxy servers. # # @attr proxies [Array<TD::Types::Proxy>] List of proxy servers. class Proxies < Base attribute :proxies, TD::Types::Array.of(TD::Types::Proxy) end end
Version data entries
7 entries across 7 versions & 2 rubygems