module Sportradar module Api module Basketball class DefensiveGoalTending < Play::Base def display_type 'Defensive Goal Tending' end end end end end