This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
Dachen
/
shopify_api
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
0a8856fd53
Branches
Tags
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Verlauf
Originalformat
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end