Sha256: b8824e4645af9e349e8afc565932e5641078ffa428f0948d3765739c427888a6

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

5 entries across 5 versions & 1 rubygems

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