Module: Greedy::Entry::States

Defined in:
lib/greedy/entry.rb

Constant Summary collapse

ALL =

A read item will have the state read

["read",                    # A read item will have the state read
 "kept-unread",             # Once you've clicked on "keep unread", an item will have the state kept-unread
 "fresh",                   # When a new item of one of your feeds arrive, it's labeled as fresh. When (need to find what remove fresh label), the fresh label disappear.
 "broadcast",               # When your mark an item as being public, you set it's broadcast state
 "reading-list",            # All you items are flagged with the reading-list state. To see all your items, just ask for items in the state reading-list
 "tracking-body-link-used", # Set if you ever clicked on a link in the description of the item.
 "tracking-emailed",        # Set if you ever emailed the item to someone.
 "tracking-item-link-used", # Set if you ever clicked on a link in the description of the item.
 "tracking-kept-unread"     # Set if you ever mark your read item as unread.
]