class RiCal::PropertyValue::OccurrenceList

OccurrenceList is used to represent the value of an RDATE or EXDATE property.

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