Class: Vcard::V3_0::PropertyValue::Binary
- Inherits:
-
Text
show all
- Defined in:
- lib/vobject/vcard/v3_0/propertyvalue.rb
Instance Attribute Summary
#errors, #norm, #type, #value
Instance Method Summary
collapse
Methods inherited from Text
escape, listencode, #to_s
#<=>, #name, #to_norm, #to_s
Constructor Details
#initialize(val) ⇒ Binary
84
85
86
87
|
# File 'lib/vobject/vcard/v3_0/propertyvalue.rb', line 84
def initialize(val)
self.value = val
self.type = "binary"
end
|
Instance Method Details
#to_hash ⇒ Object
89
90
91
|
# File 'lib/vobject/vcard/v3_0/propertyvalue.rb', line 89
def to_hash
value
end
|