Sha256: 7a8073939b33a4622fdb2d4becc0e66b363a7b182aa7efdb3412bd08f2c9a82c
Contents?: true
Size: 729 Bytes
Versions: 11
Compression:
Stored size: 729 Bytes
Contents
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:gphoto="http://schemas.google.com/photos/2007"> <title type="text"><%= title %></title> <% if summary %> <summary type="text"><%= summary %></summary> <% end %> <% if location %> <gphoto:location><%= location %></gphoto:location> <% end %> <% if access %> <gphoto:access><%= access %></gphoto:access> <% end %> <gphoto:timestamp><%= timestamp %></gphoto:timestamp> <% if keywords %> <media:group> <media:keywords><%= keywords %></media:keywords> </media:group> <% end %> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/photos/2007#album"></category> </entry>
Version data entries
11 entries across 11 versions & 1 rubygems