class Bigcommerce::Option

Public Class Methods

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