Class: RRule::Yearly
- Defined in:
- lib/rrule/frequencies/yearly.rb
Instance Attribute Summary
Attributes inherited from Frequency
#current_date, #filters, #generator, #timeset
Instance Method Summary collapse
Methods inherited from Frequency
#advance, for_options, #initialize, #next_occurrences
Constructor Details
This class inherits a constructor from RRule::Frequency
Instance Method Details
#possible_days ⇒ Object
5 6 7 |
# File 'lib/rrule/frequencies/yearly.rb', line 5 def possible_days (0...context.year_length_in_days).to_a end |