Sha256: 07300689817d8d1618c99f962552e04dcd7ce067bf36e317aac823c224385503
Contents?: true
Size: 211 Bytes
Versions: 6
Compression:
Stored size: 211 Bytes
Contents
module TD::Types # Contains a list of updates. # # @attr updates [Array<TD::Types::Update>] List of updates. class Updates < Base attribute :updates, TD::Types::Array.of(TD::Types::Update) end end
Version data entries
6 entries across 6 versions & 2 rubygems