Sha256: 62553b047b1813a5fadcb71db74c748311417c7e8c4e117b84dd5011abf17770

Contents?: true

Size: 238 Bytes

Versions: 4

Compression:

Stored size: 238 Bytes

Contents

module TD::Types
  # Describes a fill of a background.
  class BackgroundFill < Base
    %w[
      solid
      gradient
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/background_fill/#{type}"
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/background_fill.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/background_fill.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/background_fill.rb
tdlib-ruby-2.2.0 lib/tdlib/types/background_fill.rb