Class: MLB::BoxscoreTeams
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::BoxscoreTeams
- Defined in:
- lib/mlb/boxscore.rb
Overview
Represents both teams in a boxscore
Instance Attribute Summary collapse
-
#away ⇒ BoxscoreTeam
Returns the away team data.
-
#home ⇒ BoxscoreTeam
Returns the home team data.
Instance Attribute Details
#away ⇒ BoxscoreTeam
Returns the away team data
46 |
# File 'lib/mlb/boxscore.rb', line 46 attribute :away, BoxscoreTeam |
#home ⇒ BoxscoreTeam
Returns the home team data
38 |
# File 'lib/mlb/boxscore.rb', line 38 attribute :home, BoxscoreTeam |