Method: RiCal::Properties::TimezonePeriod#comment=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#comment=(ruby_value) ⇒ Object
set the value of the COMMENT property to a single value one instance of String may be passed to this method
134 135 136 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 134 def comment=(ruby_value) @comment_property = [RiCal::PropertyValue::Text.convert(self, ruby_value)] end |