Sha256: 529e9abb4d8942ec8731326fe19bfd24d1e9b74b8ea6150a916704993f10c8f4

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/background_type.rb