module Halo module Metadata module Halo5 class GameVariant < APIResponse def initialize(options = {}) super(options) end def find(id, options = {}) get_data("/game-variants/#{id}", options) end end end end end