Class: TimeLogRobot::Toggl::Tagger

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/time_log_robot/toggl/tagger.rb

Class Method Summary collapse

Class Method Details

.update(entry_id:) ⇒ Object



9
10
11
# File 'lib/time_log_robot/toggl/tagger.rb', line 9

def update(entry_id:)
  put("/#{entry_id}", basic_auth: auth, headers: headers, body: body)
end