Method: RiCal::PropertyValue#params
- Defined in:
- lib/ri_cal/property_value.rb
#params ⇒ Object
return a hash containing the parameters and values, if any
34 35 36 |
# File 'lib/ri_cal/property_value.rb', line 34 def params @params ||= {} end |