Method: Tenk::TimeEntries#update
- Defined in:
- lib/time_entries.rb
#update(id, opts = {}) ⇒ Hashie::Mash
Update a TimeEntry for this account
63 64 65 |
# File 'lib/time_entries.rb', line 63 def update(id, opts = {}) super(id, UpdateRequest.new(opts)) end |