Method: RiCal::Properties::Journal#categories=
- Defined in:
- lib/ri_cal/properties/journal.rb
#categories=(ruby_value) ⇒ Object
set the value of the CATEGORIES property to a single value one instance of Array may be passed to this method
590 591 592 |
# File 'lib/ri_cal/properties/journal.rb', line 590 def categories=(ruby_value) @categories_property = [RiCal::PropertyValue::Array.convert(self, ruby_value)] end |