Class: Everhour2toggl::CLI
- Inherits:
-
Thor
- Object
- Thor
- Everhour2toggl::CLI
- Defined in:
- lib/everhour2toggl/cli.rb
Instance Method Summary collapse
Instance Method Details
#convert ⇒ Object
26 27 28 29 |
# File 'lib/everhour2toggl/cli.rb', line 26 def convert toggl = Toggl.new(input: [:input], starting_time: [:starting_time], interval: [:interval], wid: [:wid], pid: [:pid], tags: [:tags]) toggl.convert end |