Class: Bigcommerce::Country
- Defined in:
- lib/bigcommerce/resources/geography/country.rb
Class Method Summary collapse
Class Method Details
.count(params = {}) ⇒ Object
21 22 23 |
# File 'lib/bigcommerce/resources/geography/country.rb', line 21 def self.count(params = {}) get 'countries/count', params end |