Sha256: cc3d2570d0d949dc4f43bef6c9188c08c858e14a059d45a275f472a637bbcaee

Contents?: true

Size: 331 Bytes

Versions: 26

Compression:

Stored size: 331 Bytes

Contents

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

26 entries across 26 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/shipping_address.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/shipping_address.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.6.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/shipping_address.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/shipping_address.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/shipping_address.rb