Sha256: 57e80f762f7e6c6471de6289b1bb54a1e523224ff797fe213f745d5778eda926

Contents?: true

Size: 258 Bytes

Versions: 16

Compression:

Stored size: 258 Bytes

Contents

module Highrise
  class Company < Subject
    include Pagination
    include Taggable
    include Searchable

    def people
      Person.find_all_across_pages(:from => "/companies/#{id}/people.xml")
    end
    
    def label
      'Party'
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
highrise-3.2.1 lib/highrise/company.rb
highrise-3.1.6 lib/highrise/company.rb
highrise-3.1.5 lib/highrise/company.rb
highrise-3.1.2 lib/highrise/company.rb
highrise-3.1.1 lib/highrise/company.rb
highrise-3.1.0 lib/highrise/company.rb
highrise-3.1.0.pre lib/highrise/company.rb
highrise-3.0.5 lib/highrise/company.rb
highrise-3.0.4 lib/highrise/company.rb
highrise-3.0.3 lib/highrise/company.rb
peterosullivan-highrise-3.0.6 lib/highrise/company.rb
peterosullivan-highrise-3.0.5 lib/highrise/company.rb
peterosullivan-highrise-3.0.4 lib/highrise/company.rb
peterosullivan-highrise-3.0.3 lib/highrise/company.rb
peterosullivan-highrise-3.0.2 lib/highrise/company.rb
highrise-3.0.1 lib/highrise/company.rb