Method: RiCal::Properties::TimezonePeriod#add_comment
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#add_comment(ruby_value) ⇒ Object
add one value to the COMMENT property one instances of String may be passed to this method
146 147 148 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 146 def add_comment(ruby_value) self.comment_property << RiCal::PropertyValue::Text.convert(self, ruby_value) end |