Sha256: 507db3436c7388aefd5f6a5681acbb2c2c1da434d4673de933fc0e4ae132c396

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

module Halo
  module Stats
    module Halo5
      class CompanyCommendations < Halo::APIResponse

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

        def find(company_id, options = {})
          get_data("#{@endpoint}/companies/#{company_id}/commendations", 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_commendations.rb
halo-api-0.1.1 lib/halo-api/modules/stats/halo5/company_commendations.rb
halo-api-0.1.0 lib/halo-api/modules/stats/halo5/company_commendations.rb