class Harvest::Client
The model that contains information about a client
Fields¶ ↑
id
-
(READONLY) the id of the client
name
-
(REQUIRED) the name of the client
details
-
the details of the client
currency
-
what type of currency is associated with the client
currency_symbol
-
what currency symbol is associated with the client
active?
-
true|false on whether the client is active
highrise_id
-
(READONLY) the highrise id associated with this client
update_at
-
(READONLY) the last modification timestamp
Public Instance Methods
is_active=(val)
click to toggle source
# File lib/harvest/client.rb, line 18 def is_active=(val) self.active = val end