class Bigcommerce::State

Public Class Methods

count(country_id, params = {}) click to toggle source
# File lib/bigcommerce/resources/geography/state.rb, line 18
def self.count(country_id, params = {})
  get "countries/#{country_id}/states/count", params
end
count_all(params = {}) click to toggle source
# File lib/bigcommerce/resources/geography/state.rb, line 22
def self.count_all(params = {})
  get 'countries/states/count', params
end