Method: RiCal::Properties::Journal#exrule
- Defined in:
- lib/ri_cal/properties/journal.rb
#exrule ⇒ Object
return the value of the EXRULE property which will be an array of instances of RecurrenceRule
872 873 874 |
# File 'lib/ri_cal/properties/journal.rb', line 872 def exrule exrule_property.map {|prop| prop ? prop.ruby_value : prop} end |