emq/quakelive_api

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

Summary

Maintainability
A
0 mins
Test Coverage
module QuakeliveApi
  module Items
    class RecentGame < Struct.new(:gametype, :finish, :played, :image)
      include Structurable
    end
  end
end