Class: Vobject::Vcalendar::PropertyValue::PercentComplete
- Inherits:
-
Integer
show all
- Defined in:
- lib/vobject/vcalendar/propertyvalue.rb
Instance Attribute Summary
#errors, #norm, #type, #value
Instance Method Summary
collapse
Methods inherited from Integer
#<=>, #to_s
#<=>, #name, #to_norm, #to_s
Constructor Details
218
219
220
221
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 218
def initialize(val)
self.value = val
self.type = "percentcomplete"
end
|
Instance Method Details
#to_hash ⇒ Object
223
224
225
|
# File 'lib/vobject/vcalendar/propertyvalue.rb', line 223
def to_hash
value
end
|