module GameMachine module Models class TeamJoined < Model attribute :name, String end end end