Method: Doing::WWID#initialize

Defined in:
lib/doing/wwid/wwid.rb

#initializeWWID

Initializes the object.



55
56
57
58
59
60
# File 'lib/doing/wwid/wwid.rb', line 55

def initialize
  @timers = {}
  @recorded_items = []
  @content = Items.new
  Doing.auto_tag = true
end