Class: Bigcommerce::OptionSet

Inherits:
Resource
  • Object
show all
Defined in:
lib/bigcommerce/resources/products/option_set.rb

Class Method Summary collapse

Class Method Details

.count(params = {}) ⇒ Object



16
17
18
# File 'lib/bigcommerce/resources/products/option_set.rb', line 16

def self.count(params = {})
  get 'option_sets/count', params
end