Module: Shoplo::API::Product
- Included in:
- Client
- Defined in:
- lib/shoplo/api/product.rb
Instance Method Summary collapse
Instance Method Details
#get_products(params = {}) ⇒ Object
4 5 6 |
# File 'lib/shoplo/api/product.rb', line 4 def get_products(params = {}) get_content('products', params) end |