Class: Vobject::Vcalendar::PropertyValue::TranspValue
- Inherits:
-
Text
show all
- Defined in:
- lib/vobject/vcalendar/propertyvalue.rb
Instance Attribute Summary
#errors, #norm, #type, #value
Instance Method Summary
collapse
Methods inherited from Text
escape, #to_s
#<=>, #name, #to_norm, #to_s
Constructor Details
42
43
44
45
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 42
def initialize(val)
self.value = val
self.type = "transpvalue"
end
|
Instance Method Details
#to_hash ⇒ Object
47
48
49
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 47
def to_hash
value
end
|