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