Sha256: a2a4cd6d4994969de6d79e0892d0b83071a410b0782919bb45dcedd47df0ab17

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

module Halo
  module Ugc
    module Halo5
      class PlayerGameVariant < APIResponse

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

        def find(player, variant, options = {})
          get_data("/#{player}/gamevariants/#{variant}", 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/ugc/halo5/player_game_variant.rb