-
Notifications
You must be signed in to change notification settings - Fork 1
Products
ChaosSteffen edited this page Sep 14, 2010
·
2 revisions
Dawanda::Shop, Dawanda::Category, Dawanda::Color contain multiple products:
>> shop.products
=> [#<Dawanda::Product:0x1405f3c @result={"price"=>{"cents"=>2500, "currency_code"=>"EUR"}, "name"=>"Harmonie", ... ]
>> product = shop.products.first
=> #<Dawanda::Product:0x1405f3c @result={"price"=>{"cents"=>2500, "currency_code"=>"EUR"}, "name"=>"Harmonie", ...
>> product.name
=> "Harmonie"
>> product.description
=> "Harmonie \n- Inselsymposium / Gimmlitztal \n- Eiche \n- geölt \n- L:150 / Durchmesser ca. 28cm"
>> product.product_url
=> ""http://de.dawanda.com/product/1-Harmonie""
>> product.view_count
=> 155
>> product.created_at
=> Sat Sep 16 01:35:05 +0200 2006
See the documentation for Dawanda::Product for more information.