Sha256: 156b00b7ebfcb2f2bccd10a0e899fccbbb787dfcc3a24b339f9dcbfffcaebc41
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
module Halo module Stats module Halo5 class Company < Halo::APIResponse def initialize(options = {}) super(options) end def find(company_id, options = {}) get_data("#{@endpoint}/companies/#{company_id}", options) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.2.0 | lib/halo-api/modules/stats/halo5/company.rb |
halo-api-0.1.1 | lib/halo-api/modules/stats/halo5/company.rb |
halo-api-0.1.0 | lib/halo-api/modules/stats/halo5/company.rb |