class Sportradar::Nfl::TeamRoster

Attributes

team_abbreviation[R]

Public Class Methods

new(team_abbreviation:) click to toggle source
# File lib/sportradar/nfl/team_roster.rb, line 4
def initialize(team_abbreviation:)
  @team_abbreviation = team_abbreviation
end

Public Instance Methods

path() click to toggle source
# File lib/sportradar/nfl/team_roster.rb, line 8
def path
  "teams/#{team_abbreviation}/roster.json"
end