class Bigcommerce::Country

Public Class Methods

count(params = {}) click to toggle source
# File lib/bigcommerce/resources/geography/country.rb, line 19
def self.count(params = {})
  get 'countries/count', params
end