Class: Hcp::Employee
- Includes:
- Named, Timestamped
- Defined in:
- lib/hcp/resources/employee.rb
Overview
A pro on a Housecall Pro account.
Instance Method Summary collapse
-
#email ⇒ String?
The email, as Housecall Pro answers it.
- #phone ⇒ String?
-
#role ⇒ String?
The role, as Housecall Pro answers it.
Methods included from Named
Methods included from Timestamped
Methods inherited from Resource
amount, attribute, #id, #initialize, timestamp
Constructor Details
This class inherits a constructor from Hcp::Resource
Instance Method Details
#email ⇒ String?
Returns the email, as Housecall Pro answers it.
6 |
# File 'lib/hcp/resources/employee.rb', line 6 attribute :email |
#phone ⇒ String?
10 |
# File 'lib/hcp/resources/employee.rb', line 10 attribute :phone, :mobile_number |
#role ⇒ String?
Returns the role, as Housecall Pro answers it.
7 |
# File 'lib/hcp/resources/employee.rb', line 7 attribute :role |