This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
Dachen
/
shopify_api
Bevaka
3
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
82ab3c6ec1
Grenar
Taggar
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Historik
Rå
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end