Sha256: b3eed27f633b53a2832a6ef2f30c9989fc289d39387c31d6d9a51b8e2f955203

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

module Halo
  module Stats
    module Halo5
      class Company < APIResponse

        def initialize(options = {})
          super(options)
        end

        def find(company_id, options = {})
          get_data("/companies/#{company_id}", options)
        end

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
halo-api-0.2.1 lib/halo-api/modules/stats/halo5/company.rb