Sha256: 8fcca30a831c6389c91aab5417bff3e1337d5a448f0c383ffe6e361723536c82

Contents?: true

Size: 362 Bytes

Versions: 11

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ShippingAddress < Base
        attribute :country_code, String
        attribute :state, String
        attribute :city, String
        attribute :street_line1, String
        attribute :street_line2, String
        attribute :post_code, String
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/shipping_address.rb