Class: Basecamp::Company

Inherits:
Base
  • Object
show all
Defined in:
lib/basecamp/company.rb

Overview

</company>

Class Method Summary collapse

Methods inherited from Base

establish_connection!

Class Method Details

.in_project(project_id) ⇒ Object



23
24
25
# File 'lib/basecamp/company.rb', line 23

def self.in_project(project_id)
	find(:all, :from => "/projects/#{project_id}/companies.xml")
end