lib/sportradar/api/basketball/plays/technical_foul.rb in sportradar-api-0.9.32 vs lib/sportradar/api/basketball/plays/technical_foul.rb in sportradar-api-0.9.33

- old
+ new

@@ -3,9 +3,12 @@ module Basketball class TechnicalFoul < Play::Base def base_key 'technicalfoul' end + def display_type + 'Technical' + end end end end end