Method: Tenk::TimeEntries#get

Defined in:
lib/time_entries.rb

#get(id) ⇒ Hashie::Mash

Get a single TimeEntry for an account

Parameters:

  • id (Integer)

    the id of the TimeEntry

Returns:

  • (Hashie::Mash)

    the API response as a Hashie::Mash



46
47
48
# File 'lib/time_entries.rb', line 46

def get(id)
  super(id, {})
end