Class: TaskWarrior::Dependencies::NullPresenter

Inherits:
Object
  • Object
show all
Defined in:
lib/twdeps/graph.rb

Instance Method Summary collapse

Instance Method Details

#attributesObject



4
5
6
# File 'lib/twdeps/graph.rb', line 4

def attributes
  {:label => 'Unknown', :fontcolor => 'red'}
end

#idObject



8
9
10
# File 'lib/twdeps/graph.rb', line 8

def id
  'null'
end