class Sportradar::Nba::GameSummary

Attributes

event_id[R]

Public Class Methods

new(event_id:) click to toggle source
# File lib/sportradar/nba/game_summary.rb, line 4
def initialize(event_id:)
  @event_id = event_id
end

Public Instance Methods

path() click to toggle source
# File lib/sportradar/nba/game_summary.rb, line 8
def path
  "games/#{event_id}/summary.json"
end