Class: SOF::TimeSpan::DatePeriod::Day

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

Instance Method Summary collapse

Instance Method Details

#beginning_of_period(date) ⇒ Object



179
180
181
# File 'lib/sof/time_span.rb', line 179

def beginning_of_period(date)
  date
end

#end_of_period(date) ⇒ Object



175
176
177
# File 'lib/sof/time_span.rb', line 175

def end_of_period(date)
  date
end