class Vcard::V3_0::PropertyValue::Ianatoken

Public Class Methods

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

Public Instance Methods

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