Method: RiCal::Properties::Journal#description_property=
- Defined in:
- lib/ri_cal/properties/journal.rb
#description_property=(property_value) ⇒ Object
set the DESCRIPTION property property value should be an instance of RiCal::PropertyValueText
89 90 91 |
# File 'lib/ri_cal/properties/journal.rb', line 89 def description_property=(property_value) @description_property = property_value end |