lib/sportradar/api/basketball/plays/offensive_foul.rb in sportradar-api-0.9.32 vs lib/sportradar/api/basketball/plays/offensive_foul.rb in sportradar-api-0.9.33
- old
+ new
@@ -1,9 +1,11 @@
module Sportradar
module Api
module Basketball
class OffensiveFoul < Foul
- #
+ def display_type
+ 'Offensive Foul'
+ end
end
end
end
end