class Vcard::V3_0::PropertyValue::Kindvalue

Public Class Methods

new(val) click to toggle source
# File lib/vobject/vcard/v3_0/propertyvalue.rb, line 62
def initialize(val)
  self.value = val
  self.type = "kindvalue"
end

Public Instance Methods

to_hash() click to toggle source
# File lib/vobject/vcard/v3_0/propertyvalue.rb, line 67
def to_hash
  value
end