namespaced all classes to Sightstone::Classname

This commit is contained in:
danijoo
2014-01-07 09:34:24 +01:00
parent bc1a75d53a
commit 8b36c94076
24 changed files with 63 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
module Sightstone
# A Team
# @attr [Fixnum] createDate UNIX timestamp of team creation
# @attr [String] fullId id of the team
@@ -112,4 +113,5 @@ class TeamHistoryGame
@win = data['win']
@opposingTeamKills = data['opposingTeamKills']
end
end
end