Class: Lce::Product
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- Lce::Product
- Includes:
- Hashie::Extensions::Coercion
- Defined in:
- lib/lce/product.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
9 10 11 12 13 14 |
# File 'lib/lce/product.rb', line 9 def all response = Lce.client.get('products', nil, nil, nil , nil) response.map! do |q| new(q) end end |