Method: Tenk::TimeEntries#create

Defined in:
lib/time_entries.rb

#create(opts = {}) ⇒ Hashie::Mash

Create a TimeEntry for this account

Parameters:

  • opts (Hash) (defaults to: {})

    the attributes of the TimeEntry to create

Returns:

  • (Hashie::Mash)

    the API response as a Hashie::Mash

See Also:



54
55
56
# File 'lib/time_entries.rb', line 54

def create(opts = {})
  super(CreateRequest.new(opts))
end