Class: MLB::LinescoreTeams
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::LinescoreTeams
- Defined in:
- lib/mlb/linescore_teams.rb
Overview
Represents both teams’ linescore totals
Instance Attribute Summary collapse
-
#away ⇒ LinescoreTeam
Returns the away team’s totals.
-
#home ⇒ LinescoreTeam
Returns the home team’s totals.
Instance Attribute Details
#away ⇒ LinescoreTeam
Returns the away team’s totals
82 |
# File 'lib/mlb/linescore_teams.rb', line 82 attribute :away, LinescoreTeam |
#home ⇒ LinescoreTeam
Returns the home team’s totals
74 |
# File 'lib/mlb/linescore_teams.rb', line 74 attribute :home, LinescoreTeam |