class Vobject::Vcalendar::PropertyValue::Busytype
Public Class Methods
new(val)
click to toggle source
# File lib/vobject/vcalendar/propertyvalue.rb, line 75 def initialize(val) self.value = val self.type = "busytype" end
Public Instance Methods
to_hash()
click to toggle source
# File lib/vobject/vcalendar/propertyvalue.rb, line 80 def to_hash value end