Module: Doing::ItemState
- Included in:
- Item
- Defined in:
- lib/doing/item/state.rb
Overview
State queries for a Doing entry
Instance Method Summary collapse
-
#finished? ⇒ Boolean
Test if item has a @done tag.
-
#should_finish? ⇒ Boolean
Test if item is included in never_finish config and thus should not receive a @done tag.
-
#should_time? ⇒ Boolean
Test if item is included in never_time config and thus should not receive a date on the @done tag.
-
#unfinished? ⇒ Boolean
Test if item does not contain @done tag.
Instance Method Details
#finished? ⇒ Boolean
Test if item has a @done tag
#should_finish? ⇒ Boolean
Test if item is included in never_finish config and thus should not receive a @done tag
#should_time? ⇒ Boolean
Test if item is included in never_time config and thus should not receive a date on the @done tag
#unfinished? ⇒ Boolean
Test if item does not contain @done tag