Class: Tripletexer::Endpoints::Timesheet
- Inherits:
-
AbstractEndpoint
- Object
- AbstractEndpoint
- Tripletexer::Endpoints::Timesheet
- Defined in:
- lib/tripletexer/endpoints/timesheet.rb
Defined Under Namespace
Instance Method Summary collapse
Methods inherited from AbstractEndpoint
Constructor Details
This class inherits a constructor from Tripletexer::Endpoints::AbstractEndpoint
Instance Method Details
#entry ⇒ Object
5 6 7 |
# File 'lib/tripletexer/endpoints/timesheet.rb', line 5 def entry Tripletexer::Endpoints::Timesheet::Entry.new(api_client) end |
#time_clock ⇒ Object
9 10 11 |
# File 'lib/tripletexer/endpoints/timesheet.rb', line 9 def time_clock Tripletexer::Endpoints::Timesheet::TimeClock.new(api_client) end |