Method: RiCal::Properties::TimezonePeriod#comments=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#comments=(ruby_values) ⇒ Object
set the value of the COMMENT property to multiple values one or more instances of String may be passed to this method
128 129 130 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 128 def comments=(ruby_values) @comment_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)} end |