Object
©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
PropertyValue provides common implementation of various RFC 2445 property value types
Determine if another object is equivalent to the receiver.
# File lib/ri_cal/property_value.rb, line 91 def ==(o) if o.class == self.class equality_value == o.equality_value else super end end
return a hash containing the parameters and values, if any
# File lib/ri_cal/property_value.rb, line 49 def params @params ||= {} end
Generated with the Darkfish Rdoc Generator 2.