Explorar el Código

Add Announcement resource

Alex Coco hace 11 años
padre
commit
3f2e5c8da0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/shopify_api/resources/announcement.rb

+ 4 - 0
lib/shopify_api/resources/announcement.rb

@@ -0,0 +1,4 @@
+module ShopifyAPI
+  class Announcement < Base
+  end
+end