Class: ShopifyAPI::Article
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::Article
- Includes:
- Events, Metafields
- Defined in:
- lib/shopify_api/resources/article.rb
Instance Method Summary collapse
Methods included from Metafields
Methods included from Events
Methods included from Countable
Methods inherited from ActiveResource::Base
Instance Method Details
#comments ⇒ Object
8 9 10 |
# File 'lib/shopify_api/resources/article.rb', line 8 def comments Comment.find(:all, :params => { :article_id => id }) end |