Method: Tenk::TimeEntries#create
- Defined in:
- lib/time_entries.rb
#create(opts = {}) ⇒ Hashie::Mash
Create a TimeEntry for this account
54 55 56 |
# File 'lib/time_entries.rb', line 54 def create(opts = {}) super(CreateRequest.new(opts)) end |