class Bigcommerce::Category

Public Class Methods

count(params = {}) click to toggle source
# File lib/bigcommerce/resources/products/category.rb, line 25
def self.count(params = {})
  get 'categories/count', params
end