Class: TimeDoctor::Core::Base
- Inherits:
-
Object
- Object
- TimeDoctor::Core::Base
- Defined in:
- lib/timedoctor/core/base.rb
Direct Known Subclasses
AbsentAndLate, Companies, Payrolls, Poortime, Projects, Tasks, Users, WebAndApp, Worklogs
Instance Method Summary collapse
-
#initialize(worker) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(worker) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/timedoctor/core/base.rb', line 6 def initialize(worker) @worker = worker end |