Method: RiCal::Properties::Journal#categories_property=
- Defined in:
- lib/ri_cal/properties/journal.rb
#categories_property=(*property_values) ⇒ Object
set the the CATEGORIES property one or more instances of RiCal::PropertyValueArray may be passed to this method
578 579 580 |
# File 'lib/ri_cal/properties/journal.rb', line 578 def categories_property=(*property_values) @categories_property= property_values end |