class Sportradar::Nba::Boxscore
Attributes
event_id[R]
Public Class Methods
new(event_id:)
click to toggle source
# File lib/sportradar/nba/boxscore.rb, line 4 def initialize(event_id:) @event_id = event_id end
Public Instance Methods
path()
click to toggle source
# File lib/sportradar/nba/boxscore.rb, line 8 def path "games/#{event_id}/boxscore.json" end