emq/quakelive_api

View on GitHub
lib/quakelive_api/items/award.rb

Summary

Maintainability
A
0 mins
Test Coverage
module QuakeliveApi
  module Items
    class Award < Struct.new(:icon, :info, :name, :awarded, :description)
      include Structurable
    end
  end
end