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