Method: RiCal::Properties::Journal#status
- Defined in:
- lib/ri_cal/properties/journal.rb
#status ⇒ Object
return the value of the STATUS property which will be an instance of String
331 332 333 |
# File 'lib/ri_cal/properties/journal.rb', line 331 def status status_property ? status_property.ruby_value : nil end |