module Sportradar module Api module Basketball class FlagrantOne < Foul def display_type 'Flagrant 1' end end end end end