Sha256: bab43cd3b33c7f66b63cc04cd92effa46d8386462fa023419387fcaa1bd94b9a

Contents?: true

Size: 1.63 KB

Versions: 8

Compression:

Stored size: 1.63 KB

Contents

<feed xml:base="http://test.com/test.svc/"
        xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
        xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
        xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Partials</title> 
  <id>http://test.com/test.svc/Partials</id> 
  <updated>2010-03-10T09:34:11Z</updated> 
  <link rel="self" title="Partials" href="Partials?$skiptoken='ERNSH2'" /> 
  <m:count>2</m:count> 
  <entry>
    <id>http://test.com/test.svc/Partials?$skiptoken='ERNSH2'</id> 
    <title type="text" /> 
    <updated>2010-03-10T09:34:11Z</updated> 
    <author>
      <name /> 
    </author>
    <link rel="edit" title="Customer" href="Partials?$skiptoken='ERNSH2'" /> 
    <link 
  rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CustomerDemographics"
  type="application/atom+xml;type=feed"
  title="CustomerDemographics" href="Partials/CustomerDemographics" /> 
    <category term="Partial"
        scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> 
    <content type="application/xml">
      <m:properties>
        <d:CustomerID>ALFKI</d:CustomerID> 
        <d:CompanyName>Alfreds Futterkiste</d:CompanyName> 
        <d:ContactName>Maria Banders</d:ContactName> 
        <d:ContactTitle>Sales Damager</d:ContactTitle> 
        <d:Address>Obere Str. 57</d:Address> 
        <d:City>Berlin</d:City> 
        <d:Region m:null="true" /> 
        <d:PostalCode>12209</d:PostalCode> 
        <d:Country>Germany</d:Country> 
        <d:Phone>030-0074321</d:Phone> 
        <d:Fax>030-0076545</d:Fax> 
      </m:properties>
    </content>
  </entry>
</feed>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.6 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.5 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.4 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.3 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.2 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.1 spec/fixtures/partial/partial_feed_part_3.xml
ruby_odata-0.1.0 spec/fixtures/partial/partial_feed_part_3.xml