class Vcard::V4_0::PropertyValue::Lang
Public Class Methods
new(val)
click to toggle source
# File lib/vobject/vcard/v4_0/propertyvalue.rb, line 56 def initialize(val) self.value = val self.type = "language-tag" end
Public Instance Methods
to_hash()
click to toggle source
# File lib/vobject/vcard/v4_0/propertyvalue.rb, line 61 def to_hash value end