Sha256: 979ff134c6f1bf8eb621f97743da8cec80b1be0343511eac111a206786c2b8d6

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

module Teamwork
  class Client

    module Company

      # GET a list of companies
      # Return [Teamwork::Thing]
      def get_companies
        objects_from_response(:get, "companies", "companies")
      end

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teamworkpm-2.0.0 lib/teamwork/client/company.rb