module GameMachine module Models class FindMatch < Model attribute :team_name, String end end end