Module: ShopifyAPI::Countable
- Included in:
- Base
- Defined in:
- lib/shopify_api/countable.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) count(options = {})
3 4 5 |
# File 'lib/shopify_api/countable.rb', line 3 def count( = {}) Integer(get(:count, )) end |