Class: MLB::BoxscoreTeam
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::BoxscoreTeam
- Defined in:
- lib/mlb/boxscore.rb
Overview
Represents one team’s boxscore data
Instance Attribute Summary collapse
-
#team ⇒ Team
Returns the team.
-
#team_stats ⇒ BoxscoreTeamStats
Returns the team statistics.
Instance Attribute Details
#team_stats ⇒ BoxscoreTeamStats
Returns the team statistics
22 |
# File 'lib/mlb/boxscore.rb', line 22 attribute :team_stats, BoxscoreTeamStats |