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