Class: LongDurationRange
- Inherits:
-
DurationRange
- Object
- DelegateDecorator
- DurationRange
- LongDurationRange
- Defined in:
- lib/timespan/core_ext/range.rb
Instance Attribute Summary
Attributes inherited from DurationRange
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from DurationRange
#<=>, allowed_unit?, #allowed_unit?, #between?, demongoize, evolve, #initialize, #mongoize, mongoize, #time, #to_hash, #to_s, #to_str
Constructor Details
This class inherits a constructor from DurationRange
Class Method Details
.allowed_units ⇒ Object
191 192 193 |
# File 'lib/timespan/core_ext/range.rb', line 191 def self.allowed_units [:days, :weeks, :months, :years] end |