Class: Vobject::Vcalendar::PropertyValue::Ianatoken
- 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
#initialize(val) ⇒ Ianatoken
130
131
132
133
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 130
def initialize(val)
self.value = val
self.type = "ianatoken"
end
|
Instance Method Details
#to_hash ⇒ Object
135
136
137
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 135
def to_hash
value
end
|