Class: Dude::Commands::Stop
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Dude::Commands::Stop
- Defined in:
- lib/dude/commands/stop.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/dude/commands/stop.rb', line 10 def call Dude::Toggl::StopTimeEntry.new.call end |