Method: RiCal::Properties::Journal#request_status_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#request_status_property ⇒ Object
return the the REQUEST-STATUS property which will be an array of instances of RiCal::PropertyValueText
see RFC 2445 4.8.8.2 pp 134-136
1073 1074 1075 |
# File 'lib/ri_cal/properties/journal.rb', line 1073 def request_status_property @request_status_property ||= [] end |