We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.