Class: Balboa::Interactor::Command::FetchLastPunchCommand

Inherits:
Object
  • Object
show all
Includes:
Capybara::DSL
Defined in:
lib/balboa/interactor/command/fetch_last_punch_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



11
12
13
14
15
# File 'lib/balboa/interactor/command/fetch_last_punch_command.rb', line 11

def execute
  punches_path

  find_last_punch_date
end