Class: CdT::Days
- Inherits:
-
TimeDuration
- Object
- TimeDuration
- CdT::Days
- Defined in:
- lib/menstruacion/days.rb
Constant Summary collapse
- CONVERTION_CONSTANT =
Hours::CONVERTION_CONSTANT * 24
Instance Method Summary collapse
Methods inherited from TimeDuration
#*, #+, #-, #/, #<, #<=, #==, #>, #>=, [], #amount_of_seconds, #as_days, #as_hours, #as_minutes, #as_seconds, #as_weeks, from, from_seconds, #initialize, #set_amount_of_seconds, #to_f, #to_i
Constructor Details
This class inherits a constructor from CdT::TimeDuration
Instance Method Details
#units ⇒ Object
5 6 7 |
# File 'lib/menstruacion/days.rb', line 5 def units :days end |