Sha256: 14e183cb6faa3eab8c68be5c41c74d344e5de559bb31f5c813445da8295713ab

Contents?: true

Size: 273 Bytes

Versions: 6

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ShippingOption < Base
        attribute :id, Types::String
        attribute :title, Types::String
        attribute :prices, Types::Array.of(LabeledPrice)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/shipping_option.rb