Class: Icalendar::Todo
- Inherits:
-
Component
- Object
- Component
- Icalendar::Todo
- Defined in:
- lib/twisted-caldav/todo.rb
Instance Method Summary collapse
-
#initialize ⇒ Todo
constructor
A new instance of Todo.
Constructor Details
#initialize ⇒ Todo
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 DateTime.now end |