You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/guardian-content/content.rb
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# This class represents 'content' items that have appeared on guardian.co.uk. Content items
2
2
# are usually articles, but can also be image galleries, videos, and so on.
3
3
# ==== Attributes
4
-
# * +id+ - The Guardian ID of the content item, which is the same as the 'path' part of its URL, eg +world/2010/may/17/iran-nuclear-uranium-swap-turkey+
4
+
# * +id+ - The Guardian ID of the content item, which is the same as the 'path' part of its URL, eg +world/2010/may/17/iran-nuclear-uranium-swap-turkey+
5
5
# * +title+ - The content item's title, as used on its web page.
6
6
# * +url+ - The full URL of the content item.
7
7
# * +publication_date+ - The date and time on which the content item was published. Returned as a DateTime instance.
0 commit comments