Module: TimeCrunch
- Defined in:
- lib/time_crunch.rb,
lib/time_crunch/time_card.rb,
lib/time_crunch/conversion.rb,
lib/time_crunch/time_entry.rb
Defined Under Namespace
Classes: Conversion, TimeCard, TimeEntry
Class Method Summary collapse
Class Method Details
.process(input_file_path, output_file_path, employee_map: {}) ⇒ Object
9 10 11 |
# File 'lib/time_crunch.rb', line 9 def self.process(input_file_path, output_file_path, employee_map: {}) TimeCrunch::Conversion.new(input_file_path, employee_map: employee_map).write_xlsx(output_file_path) end |