Sha256: 9ceebb7be239bfe25ab392111165b22f60c8235f1c6502411235e8b59786cc7d
Contents?: true
Size: 243 Bytes
Versions: 4
Compression:
Stored size: 243 Bytes
Contents
module TD::Types # Contains information about countries. # # @attr countries [Array<TD::Types::CountryInfo>] The list of countries. class Countries < Base attribute :countries, TD::Types::Array.of(TD::Types::CountryInfo) end end
Version data entries
4 entries across 4 versions & 1 rubygems