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