Class: SOF::Cycle::TimeSpan::DatePeriod::Day
- Inherits:
-
SOF::Cycle::TimeSpan::DatePeriod
- Object
- SOF::Cycle::TimeSpan::DatePeriod
- SOF::Cycle::TimeSpan::DatePeriod::Day
- Defined in:
- lib/sof/cycle/time_span.rb
Instance Method Summary collapse
Instance Method Details
#beginning_of_period(date) ⇒ Object
265 266 267 |
# File 'lib/sof/cycle/time_span.rb', line 265 def beginning_of_period(date) date end |
#end_of_period(date) ⇒ Object
261 262 263 |
# File 'lib/sof/cycle/time_span.rb', line 261 def end_of_period(date) date end |