Class: Icalendar2::Todo

Inherits:
Component::Base show all
Defined in:
lib/icalendar2/component/todo.rb

Overview

Constant Summary collapse

VALUE =
"VTODO"

Instance Method Summary collapse

Methods inherited from Component::Base

accepts, #new_timestamp, #new_uid, requires, #set_property, #valid?

Constructor Details

#initializeTodo

Returns a new instance of Todo.



13
14
15
16
17
# File 'lib/icalendar2/component/todo.rb', line 13

def initialize
  super
  self.uid = new_uid
  self.dtstamp = new_timestamp
end