Class: Icalendar::Todo

Inherits:
Component
  • Object
show all
Defined in:
lib/twisted-caldav/todo.rb

Instance Method Summary collapse

Constructor Details

#initializeTodo

Returns a new instance of Todo.



40
41
42
43
44
45
# File 'lib/twisted-caldav/todo.rb', line 40

def initialize()
  super("VTODO")

  sequence 0
  timestamp DateTime.now
end