lib/harvesting/models/task.rb in harvesting-0.3.0 vs lib/harvesting/models/task.rb in harvesting-0.4.0

- old
+ new

@@ -1,10 +1,13 @@ module Harvesting module Models + # A task record from your Harvest account. + # + # For more information: https://help.getharvest.com/api-v2/tasks-api/tasks/tasks/ class Task < HarvestRecord attributed :id, :name, - :billable_by_default, + :billable_by_default, :default_hourly_rate, :is_default, :is_active, :created_at, :updated_at