Class: Dude::Commands::Stop

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/dude/commands/stop.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'lib/dude/commands/stop.rb', line 10

def call
  Dude::Toggl::StopTimeEntry.new.call
end