Sha256: 3a429c2d8f48920d750c2e5830817322438ff69f43824ab3d5cf25b3c6096d80

Contents?: true

Size: 1.36 KB

Versions: 19

Compression:

Stored size: 1.36 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<products type="array">
  <product>
    <price type="integer">10000</price>
    <in-store type="boolean">true</in-store>
    <name>Dishwashing</name>
    <created-at type="datetime">2011-10-10T10:38:49+02:00</created-at>
    <updated-at type="datetime">2011-10-10T10:40:35+02:00</updated-at>
    <valid-to type="date">9999-01-01</valid-to>
    <product-category-id type="integer">1</product-category-id>
    <id type="integer">1</id>
    <valid-from type="date">2011-01-01</valid-from>
    <unit>piece</unit>
    <description>Nice Dishwashing</description>
    <status>pending</status>
    <rounding type="integer">0</rounding>
    <photo>http://example.com/1.png</photo>
  </product>
  <product>
    <price type="integer">12000</price>
    <in-store type="boolean">true</in-store>
    <name>Krukken</name>
    <created-at type="datetime">2011-10-10T10:38:49+02:00</created-at>
    <updated-at type="datetime">2011-10-10T10:40:35+02:00</updated-at>
    <valid-to type="date">9999-01-01</valid-to>
    <product-category-id type="integer">1</product-category-id>
    <id type="integer">2</id>
    <valid-from type="date">2011-01-01</valid-from>
    <unit>piece</unit>
    <description>Nice krukken</description>
    <status>pending</status>
    <rounding type="integer">0</rounding>
    <photo>http://example.com/2.png</photo>
  </product>
</products>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
caren-api-0.4.22 spec/fixtures/caren_products.xml
caren-api-0.4.21 spec/fixtures/caren_products.xml
caren-api-0.4.20 spec/fixtures/caren_products.xml
caren-api-0.4.19 spec/fixtures/caren_products.xml
caren-api-0.4.18 spec/fixtures/caren_products.xml
caren-api-0.4.17 spec/fixtures/caren_products.xml
caren-api-0.4.16 spec/fixtures/caren_products.xml
caren-api-0.4.15 spec/fixtures/caren_products.xml
caren-api-0.4.14 spec/fixtures/caren_products.xml
caren-api-0.4.13 spec/fixtures/caren_products.xml
caren-api-0.4.12 spec/fixtures/caren_products.xml
caren-api-0.4.11 spec/fixtures/caren_products.xml
caren-api-0.4.10 spec/fixtures/caren_products.xml
caren-api-0.4.9 spec/fixtures/caren_products.xml
caren-api-0.4.8 spec/fixtures/caren_products.xml
caren-api-0.4.7 spec/fixtures/caren_products.xml
caren-api-0.4.6 spec/fixtures/caren_products.xml
caren-api-0.4.5 spec/fixtures/caren_products.xml
caren-api-0.4.4 spec/fixtures/caren_products.xml