Method: RiCal::Properties::Journal#rrule
- Defined in:
- lib/ri_cal/properties/journal.rb
#rrule ⇒ Object
return the value of the RRULE property which will be an array of instances of RecurrenceRule
1061 1062 1063 |
# File 'lib/ri_cal/properties/journal.rb', line 1061 def rrule rrule_property.map {|prop| prop ? prop.ruby_value : prop} end |