Method: RiCal::Properties::Journal#status_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#status_property ⇒ Object
return the the STATUS property which will be an instances of RiCal::PropertyValueText
- purpose (from RFC 2445)
-
This property defines a short summary or subject for the calendar component.
see RFC 2445 4.8.1.11 pp 80-89
314 315 316 |
# File 'lib/ri_cal/properties/journal.rb', line 314 def status_property @status_property end |