Method: RiCal::Properties::Journal#status=

Defined in:
lib/ri_cal/properties/journal.rb

#status=(ruby_value) ⇒ Object

set the value of the STATUS property



325
326
327
# File 'lib/ri_cal/properties/journal.rb', line 325

def status=(ruby_value)
  self.status_property= RiCal::PropertyValue::Text.convert(self, ruby_value)
end