Browse Source

Add Announcement resource

Alex Coco 11 years ago
parent
commit
3f2e5c8da0
1 changed files with 4 additions and 0 deletions
  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