class Vcard::V4_0::PropertyValue::Kindvalue
Public Class Methods
new(val)
click to toggle source
# File lib/vobject/vcard/v4_0/propertyvalue.rb, line 45 def initialize(val) self.value = val self.type = "text" end
Public Instance Methods
to_hash()
click to toggle source
# File lib/vobject/vcard/v4_0/propertyvalue.rb, line 50 def to_hash value end