Class: SimplesIdeias::Recurrence::Event::Monthly

Inherits:
Base
  • Object
show all
Defined in:
lib/recurrence/event/monthly.rb

Overview

:nodoc: all

Constant Summary collapse

INTERVALS =
{
  :monthly    => 1,
  :bimonthly  => 2,
  :quarterly  => 3,
  :semesterly => 6
}

Constants inherited from Base

Base::CARDINALS, Base::WEEKDAYS

Instance Attribute Summary

Attributes inherited from Base

#start_date

Method Summary

Methods inherited from Base

#finished?, #initialize, #next, #next!, #reset!

Constructor Details

This class inherits a constructor from SimplesIdeias::Recurrence::Event::Base