Module: ShopifyAPI::Countable

Included in:
Base
Defined in:
lib/shopify_api.rb

Instance Method Summary collapse

Instance Method Details

#count(options = {}) ⇒ Object



11
12
13
# File 'lib/shopify_api.rb', line 11

def count(options = {})
  Integer(get(:count, options))
end