Class: Highrise::Company
Instance Method Summary
collapse
Methods included from Searchable
included
Methods included from Taggable
#tag!, #tags, #untag!
Methods included from Pagination
included
Methods inherited from Subject
#add_note, #add_task, #emails, #notes, #upcoming_tasks
Methods inherited from Base
url_for
Instance Method Details
#label ⇒ Object
11
12
13
|
# File 'lib/highrise/company.rb', line 11
def label
'Party'
end
|
#people ⇒ Object
7
8
9
|
# File 'lib/highrise/company.rb', line 7
def people
Person.find_all_across_pages(:from => "/companies/#{id}/people.xml")
end
|