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