lib/sportradar/api/basketball/nba/player.rb in sportradar-api-0.9.25 vs lib/sportradar/api/basketball/nba/player.rb in sportradar-api-0.9.26

- old
+ new

@@ -34,9 +34,12 @@ end def name # to match api for NFL::Player full_name end + def display_name + full_name + end def birth_date # to match api for NFL::Player @birthdate end