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