Sha256: 16aa399d43a7de964726adb6506f75fa3c55c7214e8fbbc5b764159300243e10
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
module TD::Types # Contains a list of game high scores. # # @attr scores [Array<TD::Types::GameHighScore>] A list of game high scores. class GameHighScores < Base attribute :scores, TD::Types::Array.of(TD::Types::GameHighScore) end end
Version data entries
6 entries across 6 versions & 2 rubygems