class Vcard::V3_0::PropertyValue::ClassValue
Public Class Methods
new(val)
click to toggle source
# File lib/vobject/vcard/v3_0/propertyvalue.rb, line 40 def initialize(val) self.value = val self.type = "classvalue" end
Public Instance Methods
to_hash()
click to toggle source
# File lib/vobject/vcard/v3_0/propertyvalue.rb, line 45 def to_hash value end