emq/quakelive_api

View on GitHub
lib/quakelive_api/profile/awards/mad_skillz.rb

Summary

Maintainability
A
0 mins
Test Coverage
module QuakeliveApi
  class Profile
    module Awards
      class MadSkillz < Base # 43 awards

        private

        def page
          2
        end
      end
    end
  end
end