Method: RiCal::Properties::Journal#request_status=
- Defined in:
- lib/ri_cal/properties/journal.rb
#request_status=(ruby_value) ⇒ Object
set the value of the REQUEST-STATUS property to a single value one instance of String may be passed to this method
1091 1092 1093 |
# File 'lib/ri_cal/properties/journal.rb', line 1091 def request_status=(ruby_value) @request_status_property = [RiCal::PropertyValue::Text.convert(self, ruby_value)] end |