class Tripletexer::Endpoints::Timesheet

Public Instance Methods

entry() click to toggle source
# File lib/tripletexer/endpoints/timesheet.rb, line 5
def entry
  Tripletexer::Endpoints::Timesheet::Entry.new(api_client)
end
time_clock() click to toggle source
# File lib/tripletexer/endpoints/timesheet.rb, line 9
def time_clock
  Tripletexer::Endpoints::Timesheet::TimeClock.new(api_client)
end