Class: Vobject::Vcalendar::PropertyValue::ActionValue
- 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
53
54
55
56
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 53
def initialize(val)
self.value = val
self.type = "actionvalue"
end
|
Instance Method Details
#to_hash ⇒ Object
58
59
60
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 58
def to_hash
value
end
|