Sha256: 7b11a8b4c4a7e13ce248eeef64914bdf531002c4d5f5d46aff7537d12cd269e2
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <feed xml:base="http://test.com/test.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> <id>http://test.com/test.svc/Boats</id> <title type="text">Boats</title> <updated>2013-10-28T19:59:15Z</updated> <link rel="self" title="Boats" href="Boats" /> <entry> <id>http://test.com/test.svc/Boats(213L)</id> <category term="Model.Boat" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" title="Boat" href="Boats(213L)" /> <title /> <updated>2013-10-28T19:59:15Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:KeyId m:type="Edm.Int64">213</d:KeyId> <d:color>blue</d:color> </m:properties> </content> </entry> </feed>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_odata-0.2.0.beta1 | spec/fixtures/int64_ids/result_boats.xml |
ruby_odata-0.1.6 | spec/fixtures/int64_ids/result_boats.xml |
ruby_odata-0.1.5 | spec/fixtures/int64_ids/result_boats.xml |