module Shoplo::API::Product
Public Instance Methods
get_products(params = {})
click to toggle source
# File lib/shoplo/api/product.rb, line 4 def get_products(params = {}) get_content('products', params) end