Class: ShopifyAPI::Article
Class Method Summary
collapse
Instance Method Summary
collapse
Methods included from Metafields
#add_metafield, #metafields
Methods included from Events
#events
Methods inherited from Base
activate_session, api_version, api_version=, #as_json, clear_session, #encode, #headers, init_prefix, init_prefix_explicit, #persisted?, prefix, prefix=, prefix_source, resource_prefix, resource_prefix=
Methods included from Countable
#count
Class Method Details
.authors(options = {}) ⇒ Object
13
14
15
|
# File 'lib/shopify_api/resources/article.rb', line 13
def self.authors(options = {})
get(:authors, options)
end
|
17
18
19
|
# File 'lib/shopify_api/resources/article.rb', line 17
def self.tags(options={})
get(:tags, options)
end
|
Instance Method Details
9
10
11
|
# File 'lib/shopify_api/resources/article.rb', line 9
def
Comment.find(:all, :params => { :article_id => id })
end
|