Method: LockstepSdk::CompanyModel#contacts
- Defined in:
- lib/lockstep_sdk/models/company_model.rb
#contacts ⇒ ContactModel
Returns All contacts attached to this company. To retrieve this collection, specify ‘Contacts` in the “Include” parameter for your query.
284 285 286 |
# File 'lib/lockstep_sdk/models/company_model.rb', line 284 def contacts @contacts end |