Method: RiCal::Properties::Journal#summary_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#summary_property ⇒ Object
return the the SUMMARY 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.12 pp 89-90
347 348 349 |
# File 'lib/ri_cal/properties/journal.rb', line 347 def summary_property @summary_property end |