Module: Doing::ItemTags
- Included in:
- Item
- Defined in:
- lib/doing/item/tags.rb
Overview
A Doing entry
Instance Method Summary collapse
-
#tag(tags, **options) ⇒ Object
Add (or remove) tags from the title of the item.
-
#tag_array ⇒ Array
convert tags on item to an array with @ symbols removed.
-
#tags ⇒ Array
Get a list of tags on the item.
-
#tags_with_values ⇒ Array<Array>
Return all tags including parenthetical values.