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