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 inherited from Base
activate_session, clear_session, headers, #persisted?
Methods included from Countable
Methods inherited from ActiveResource::Base
build, delete, #encode, headers
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 |