Class: Worked::Graph
- Inherits:
-
Object
- Object
- Worked::Graph
- Defined in:
- lib/worked/graph.rb
Class Method Summary collapse
Class Method Details
.create_daily(entries, output_file) ⇒ Object
14 15 16 |
# File 'lib/worked/graph.rb', line 14 def self.create_daily entries, output_file create(entries, output_file) end |
.create_weekly(entries, output_file) ⇒ Object
10 11 12 |
# File 'lib/worked/graph.rb', line 10 def self.create_weekly entries, output_file create(entries, output_file) end |