Class: Tripletexer::Endpoints::Timesheet

Inherits:
AbstractEndpoint show all
Defined in:
lib/tripletexer/endpoints/timesheet.rb

Defined Under Namespace

Classes: Entry, TimeClock

Instance Method Summary collapse

Methods inherited from AbstractEndpoint

#initialize

Constructor Details

This class inherits a constructor from Tripletexer::Endpoints::AbstractEndpoint

Instance Method Details

#entryObject



5
6
7
# File 'lib/tripletexer/endpoints/timesheet.rb', line 5

def entry
  Tripletexer::Endpoints::Timesheet::Entry.new(api_client)
end

#time_clockObject



9
10
11
# File 'lib/tripletexer/endpoints/timesheet.rb', line 9

def time_clock
  Tripletexer::Endpoints::Timesheet::TimeClock.new(api_client)
end