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
Returns a new instance of Inbox.
211 212 213 |
# File 'lib/gtd.rb', line 211 def initialize super "Inbox" end |
Instance Method Details
#empty! ⇒ Object
217 218 |
# File 'lib/gtd.rb', line 217 def empty! end |
#include?(entry) ⇒ Boolean
214 215 216 |
# File 'lib/gtd.rb', line 214 def include?(entry) true end |