Class: Bigcommerce::Brand
- Defined in:
- lib/bigcommerce/resources/products/brand.rb
Class Method Summary collapse
Class Method Details
.count(params = {}) ⇒ Object
21 22 23 |
# File 'lib/bigcommerce/resources/products/brand.rb', line 21 def self.count(params = {}) get 'brands/count', params end |