class Bigcommerce::Brand

Public Class Methods

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