Class: TimeLogRobot::Entry
- Inherits:
-
Object
- Object
- TimeLogRobot::Entry
- Defined in:
- lib/time_log_robot/entry.rb
Class Method Summary collapse
Class Method Details
.new(service:, raw_entry:) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/time_log_robot/entry.rb', line 4 def new(service:, raw_entry:) case service when 'Toggl' Toggl::Entry.new(raw_entry) end end |