Sha256: 452570155ba56867aff89f5cb98ad960fbcaf5a682c660400e18663ee53099b0
Contents?: true
Size: 241 Bytes
Versions: 6
Compression:
Stored size: 241 Bytes
Contents
module TD::Types # Contains a list of backgrounds. # # @attr backgrounds [Array<TD::Types::Background>] A list of backgrounds. class Backgrounds < Base attribute :backgrounds, TD::Types::Array.of(TD::Types::Background) end end
Version data entries
6 entries across 6 versions & 2 rubygems