lib/harvesting/models/client.rb in harvesting-0.3.0 vs lib/harvesting/models/client.rb in harvesting-0.4.0
- old
+ new
@@ -1,6 +1,9 @@
module Harvesting
module Models
+ # A client record from your Harvest account.
+ #
+ # For more information: https://help.getharvest.com/api-v2/clients-api/clients/clients/
class Client < HarvestRecord
attributed :id,
:name,
:is_active,
:address,