Sha256: 0a1a6c4597db38e1bb47df39c10de3059b05260dd9d0e49ec2bec27858bbb385

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      ## Just for classes consistency
      # rubocop:disable Naming/ConstantName
      RevenueWithdrawalState = (
        RevenueWithdrawalStatePending |
        RevenueWithdrawalStateSucceeded |
        RevenueWithdrawalStateFailed
      )
      # 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/revenue_withdrawal_state.rb