Class: Biz::Periods::Abstract
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Biz::Periods::Abstract
- Defined in:
- lib/biz/periods/abstract.rb
Instance Method Summary collapse
-
#initialize(schedule, origin) ⇒ Abstract
constructor
A new instance of Abstract.
- #timeline ⇒ Object
Constructor Details
#initialize(schedule, origin) ⇒ Abstract
Returns a new instance of Abstract.
7 8 9 10 11 12 |
# File 'lib/biz/periods/abstract.rb', line 7 def initialize(schedule, origin) @schedule = schedule @origin = origin super(periods) end |