Class: Access::ShoppingCart
- Inherits:
-
Object
- Object
- Access::ShoppingCart
- Includes:
- MuchMeta
- Defined in:
- lib/access/shopping_cart.rb
Class Method Summary collapse
Methods included from MuchMeta
Class Method Details
.get_count(options = {}) ⇒ Object
5 6 7 |
# File 'lib/access/shopping_cart.rb', line 5 def self.get_count(={}) Access::Api.new.get_shopping_cart_count end |