Module: ActivePeriod::BelongsTo::Quarter

Included in:
Day, Month, Week
Defined in:
lib/active_period/belongs_to/quarter.rb

Overview

Note:

when include this module provide access to the quarter of the

FreePeriod

Author:

  • Lucas Billaudot <billau_l@modulotech.fr>

Instance Method Summary collapse

Instance Method Details

#quarterObject



7
8
9
# File 'lib/active_period/belongs_to/quarter.rb', line 7

def quarter
  ActivePeriod::Quarter.new(self.begin)
end