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