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