Class: Inbox
Direct Known Subclasses
Constant Summary
Constants included from Status
Status::ACTIVE_STATES, Status::INACTIVE_STATES, Status::STATUS_ORDER, Status::STATUS_SYMBOLS, Status::SYMBOLS_STATUS
Instance Attribute Summary
Attributes inherited from Context
Instance Method Summary collapse
- #empty! ⇒ Object
- #include?(entry) ⇒ Boolean
-
#initialize ⇒ Inbox
constructor
A new instance of Inbox.
Methods inherited from Context
Methods included from Status
#active, #directory_name, #inactive, #index, #symbol, #with_status
Constructor Details
#initialize ⇒ Inbox
207 208 209 |
# File 'lib/gtd.rb', line 207 def initialize super "Inbox" end |
Instance Method Details
#empty! ⇒ Object
213 214 |
# File 'lib/gtd.rb', line 213 def empty! end |
#include?(entry) ⇒ Boolean
210 211 212 |
# File 'lib/gtd.rb', line 210 def include?(entry) true end |