This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Dachen
/
shopify_api
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
0a8856fd53
Branches
Tags
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Lịch sử
Raw
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end