Method: LockstepSdk::CompanyModel#contacts

Defined in:
lib/lockstep_sdk/models/company_model.rb

#contactsContactModel

Returns All contacts attached to this company. To retrieve this collection, specify ‘Contacts` in the “Include” parameter for your query.

Returns:

  • (ContactModel)

    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