Method: RiCal::Properties::Journal#description=
- Defined in:
- lib/ri_cal/properties/journal.rb
#description=(ruby_value) ⇒ Object
set the value of the DESCRIPTION property
94 95 96 |
# File 'lib/ri_cal/properties/journal.rb', line 94 def description=(ruby_value) self.description_property= RiCal::PropertyValue::Text.convert(self, ruby_value) end |