province.rb 77 B

12345
  1. module ShopifyAPI
  2. class Province < Base
  3. init_prefix :country
  4. end
  5. end