class Bigcommerce::OptionSet

Public Class Methods

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