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