Sha256: 44c640f55936946dd7cd74ef6cf67d3766c86f8135f6e66f084d2b99500339a6

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

module Halo
  module Profile
    module Halo5
      class PlayerAppearance < Halo::APIResponse

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

        def find(player, options = {})
          get_data("#{@endpoint}/#{player}/appearance", 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/profile/halo5/player_appearance.rb
halo-api-0.1.1 lib/halo-api/modules/profile/halo5/player_appearance.rb
halo-api-0.1.0 lib/halo-api/modules/profile/halo5/player_appearance.rb