Sha256: 64596a5cc0ebeae084e0e262149619e45055f1967176f63c9dcb8a38a5400327
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
module TD::Types # Describes the type of the proxy server. class ProxyType < Base %w[ socks5 http mtproto ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/proxy_type/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/proxy_type.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/proxy_type.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/proxy_type.rb |