Sha256: e26b55b9dcd317c9ea1adc3f5b4d744b57f782c91b72f184dbd8f3ca0c7735ba

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      ## Just for classes consistency
      # rubocop:disable Naming/ConstantName
      BackgroundFill = (
        BackgroundFillSolid |
        BackgroundFillGradient |
        BackgroundFillFreeformGradient
      )
      # rubocop:enable Naming/ConstantName
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/background_fill.rb