class ShopifyAPI::Article
Public Class Methods
Public Instance Methods
comments()
click to toggle source
# File lib/shopify_api/resources/article.rb, line 10 def comments Comment.find(:all, params: { article_id: id }) end