class ClioClient::Timer

Public Instance Methods

start() click to toggle source
# File lib/clio_client/models/timer.rb, line 13
def start
  api.start({activity_id: self.to_params[(:activity_id)]})
end
stop() click to toggle source
# File lib/clio_client/models/timer.rb, line 17
def stop
  api.stop
end

Private Instance Methods

api() click to toggle source
# File lib/clio_client/models/timer.rb, line 22
def api
  session.timer
end