Sha256: c0119e61d71ca8f2fc395157c51565a26fb8dc07396e8b5dbc05399d8719a122
Contents?: true
Size: 740 Bytes
Versions: 3
Compression:
Stored size: 740 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>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
purzelrakete-restful-0.2.1 | test/fixtures/pets.xml.yaml |
purzelrakete-restful-0.2.2 | test/fixtures/pets.xml.yaml |
purzelrakete-restful-0.2.3 | test/fixtures/pets.xml.yaml |