Sha256: 1997f142ef4d5a895651cbc11698b39b444c9a4cc5253fdbe00af2b31fbb4c51

Contents?: true

Size: 971 Bytes

Versions: 20

Compression:

Stored size: 971 Bytes

Contents

nameless_pet:
  |
    <?xml version="1.0" encoding="UTF-8"?>
    <pet>
      <restful-url type="link">http://example.com:3000/pets/<%= @pet.id %></restful-url>
      <owner>
        <restful-url type="link">http://example.com:3000/people/<%= @person.id %></restful-url>
        <name>Joe Bloggs</name>
        <current-location>Under a tree</current-location>
        <wallet-restful-url type="link">http://example.com:3000/wallets/<%= @wallet.id %></wallet-restful-url>
      </owner>
    </pet>
    
gracie:
  |
    <?xml version="1.0" encoding="UTF-8"?>
    <pet>
      <person-restful-url type="link">http://example.com:3000/people/<%= @person.id %></person-restful-url>
      <species>123</species>
      <name>Gracie</name>
    </pet>
    
pets_array:
  |
    <?xml version="1.0" encoding="UTF-8"?>
    <pets>
      <pet>
        <restful-url type="link">http://example.com:3000/pets/<%= @pet.id %></restful-url>
        <name>mietze</name>
      </pet>
    </pets>

Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
benjaminkrause-restful-0.2.8 test/fixtures/pets.xml.yaml
moviepilot-restful-0.2.18 test/fixtures/pets.xml.yaml
moviepilot-restful-0.2.19 test/fixtures/pets.xml.yaml
moviepilot-restful-0.2.20 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.10 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.11 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.12 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.13 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.14 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.15 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.16 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.17 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.18 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.4 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.5 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.6 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.7 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.8 test/fixtures/pets.xml.yaml
purzelrakete-restful-0.2.9 test/fixtures/pets.xml.yaml
restful-0.2.20 test/fixtures/pets.xml.yaml