Class: Icalendar2::Freebusy

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

Overview

Constant Summary collapse

VALUE =
"VFREEBUSY"

Instance Method Summary collapse

Methods inherited from Component::Base

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

Constructor Details

#initializeFreebusy

Returns a new instance of Freebusy.



10
11
12
13
14
# File 'lib/icalendar2/component/freebusy.rb', line 10

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