Method: RiCal::Properties::TimezonePeriod#add_tznames
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#add_tznames(*ruby_values) ⇒ Object
add one or more values to the TZNAME property one or more instances of String may be passed to this method
329 330 331 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 329 def add_tznames(*ruby_values) ruby_values.each {|val| self.tzname_property << RiCal::PropertyValue::Text.convert(self, val)} end |