Kaynağa Gözat

Add product listing resource

Matt Scriven 8 yıl önce
ebeveyn
işleme
42ff9af322
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      lib/shopify_api/resources/product_listing.rb

+ 5 - 0
lib/shopify_api/resources/product_listing.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class ProductListing < Base
+    init_prefix :application
+  end
+end