Sha256: 9e5f27ad80aea737edec8706e5738564b859edc145ef5b8d334b84b8004369ba

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

module Halo
  module Ugc
    module Halo5
      class PlayerMapVariant < APIResponse

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

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