Module: Jbr::Cliental
Overview
Extends a record that names the client the work is for: a visit, a job, a property, anything Jobber files under somebody.
Constant Summary collapse
- FIELDS =
What Jobber calls each field of that client.
%w[id firstName lastName companyName email]
- SELECTION =
What to ask for wherever a record names its client.
"client { #{FIELDS.join ' '} #{Phone::SELECTION} }"
Instance Method Summary collapse
-
#client ⇒ Client
Who the work is for.