Class: SOF::Cycle::TimeSpan::DatePeriod::Month

Inherits:
SOF::Cycle::TimeSpan::DatePeriod
  • Object
show all
Defined in:
lib/sof/cycle/time_span.rb

Instance Method Summary collapse

Instance Method Details

#beginning_of_period(date) ⇒ Object



241
242
243
# File 'lib/sof/cycle/time_span.rb', line 241

def beginning_of_period(date)
  date.beginning_of_month
end

#end_of_period(date) ⇒ Object



237
238
239
# File 'lib/sof/cycle/time_span.rb', line 237

def end_of_period(date)
  date.end_of_month
end