class RiCal::PropertyValue::OccurrenceList
OccurrenceList is used to represent the value of an RDATE or EXDATE property.
-
©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
Public Instance Methods
ruby_value()
click to toggle source
Return an array of the occurrences within the list
# File lib/ri_cal/property_value/occurrence_list.rb, line 111 def ruby_value @elements.map {|prop| prop.ruby_value} end