class Durt::NotifyPlugin

Public Instance Methods

start(value) click to toggle source
# File lib/durt/notify_plugin.rb, line 7
def start(value)
  time_tracker.start(value)
end
stop(value) click to toggle source
# File lib/durt/notify_plugin.rb, line 11
def stop(value)
  time_tracker.stop(value)
end
time_tracker_class() click to toggle source
# File lib/durt/notify_plugin.rb, line 15
def time_tracker_class
  Durt::NotifyTracker
end