class Sportradar::Nfl::TeamDepthChart
Attributes
team_abbreviation[R]
Public Class Methods
new(team_abbreviation:)
click to toggle source
# File lib/sportradar/nfl/team_depth_chart.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_depth_chart.rb, line 8 def path "teams/#{team_abbreviation}/depthchart.json" end