Class: IceT::Rule::Weekly
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
<=>, #<=>, #initialize, #occurrences
Constructor Details
This class inherits a constructor from IceT::Rule::Base
Class Method Details
.to_i ⇒ Object
5 |
# File 'lib/ice_t/rule/weekly.rb', line 5 def to_i; 1.week.to_i end |
.unit ⇒ Object
6 |
# File 'lib/ice_t/rule/weekly.rb', line 6 def unit; :weeks end |