Sha256: b4f51d5d2626f906f463305ce73e320c8c5dd377721431f8e6e7f0114df4edfc
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 Bytes
Contents
module TD::Types # A filled background. # # @attr fill [TD::Types::BackgroundFill] Description of the background fill. class BackgroundType::Fill < BackgroundType attribute :fill, TD::Types::BackgroundFill end end
Version data entries
4 entries across 4 versions & 2 rubygems