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