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