Module: Teamwork::Client::Company
- Included in:
- Teamwork::Client
- Defined in:
- lib/teamwork/client/company.rb
Instance Method Summary collapse
-
#get_companies ⇒ Object
GET a list of companies Return [Teamwork::Thing].
Instance Method Details
#get_companies ⇒ Object
GET a list of companies Return [Teamwork::Thing]
8 9 10 |
# File 'lib/teamwork/client/company.rb', line 8 def get_companies objects_from_response(:get, "companies", "companies") end |