List TimeEntries for an account
Parameters:
the filter parameters for the list
Returns:
the API response as a Hashie::Mash
See Also:
39 40 41
# File 'lib/time_entries.rb', line 39 def list(opts = {}) super(ListRequest.new(opts)) end