Sha256: 92daa2a385cdcdfc21114603c85c7b2515eee40367d43f0c426eb33f7536218b
Contents?: true
Size: 1.41 KB
Versions: 72
Compression:
Stored size: 1.41 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <billables type="array"> <billable> <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> <billable-category-id type="integer">1</billable-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> <type>Product</type> <photo>http://example.com/1.png</photo> </billable> <billable> <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> <billable-category-id type="integer">1</billable-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> <type>Product</type> <photo>http://example.com/2.png</photo> </billable> </billables>
Version data entries
72 entries across 72 versions & 1 rubygems