Get a single TimeEntry for an account
Parameters:
the id of the TimeEntry
Returns:
the API response as a Hashie::Mash
46 47 48
# File 'lib/time_entries.rb', line 46 def get(id) super(id, {}) end