Class: TaskWarrior::Dependencies::NullPresenter
- Inherits:
-
Object
- Object
- TaskWarrior::Dependencies::NullPresenter
- Defined in:
- lib/twdeps/graph.rb
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
4 5 6 |
# File 'lib/twdeps/graph.rb', line 4 def attributes {:label => 'Unknown', :fontcolor => 'red'} end |
#id ⇒ Object
8 9 10 |
# File 'lib/twdeps/graph.rb', line 8 def id 'null' end |