Class: Highrise::Company
- Includes:
- CustomFields, Pagination, Searchable, Taggable
- Defined in:
- lib/highrise/company.rb
Instance Method Summary collapse
Methods included from CustomFields
#convert_method_to_field_label, #field, #method_missing, #new_subject_data, #set_field_value, #transform_subject_field_label
Methods included from Searchable
Methods included from Taggable
Methods included from Pagination
Methods inherited from Subject
#add_note, #add_task, #emails, #notes, #upcoming_tasks
Methods inherited from Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Highrise::CustomFields
Instance Method Details
#label ⇒ Object
12 13 14 |
# File 'lib/highrise/company.rb', line 12 def label 'Party' end |
#people ⇒ Object
8 9 10 |
# File 'lib/highrise/company.rb', line 8 def people Person.find_all_across_pages(:from => "/companies/#{id}/people.xml") end |