This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Dachen
/
shopify_api
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
82ab3c6ec1
Ramos
Etiquetas
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Histórico
Em bruto
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end