module Teamwork::Client::Company
Public Instance Methods
get_companies()
click to toggle source
GET a list of companies Return [Teamwork::Thing]
# File lib/teamwork/client/company.rb, line 8 def get_companies objects_from_response(:get, "companies", "companies") end