Method: RiCal::Properties::Journal#multiple_categories=
- Defined in:
- lib/ri_cal/properties/journal.rb
#multiple_categories=(ruby_values) ⇒ Object
set the value of the CATEGORIES property to multiple values one or more instances of Array may be passed to this method
584 585 586 |
# File 'lib/ri_cal/properties/journal.rb', line 584 def multiple_categories=(ruby_values) @categories_property = ruby_values.map {|val| RiCal::PropertyValue::Array.convert(self, val)} end |