class Harvesting::Models::Client

A client record from your Harvest account.

For more information: help.getharvest.com/api-v2/clients-api/clients/clients/

Public Instance Methods

path() click to toggle source
# File lib/harvesting/models/client.rb, line 15
def path
  @attributes['id'].nil? ? "clients" : "clients/#{@attributes['id']}"
end