class Harvest::Finders::TimeEntry
Public Instance Methods
find(factory, client, id)
click to toggle source
# File lib/harvest/finders.rb, line 12 def find(factory, client, id) [factory.time_entry(client.api_call(client.api_caller("time_entries/#{id}")))] end