Class: MLB::ScheduledGameTeams
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::ScheduledGameTeams
- Defined in:
- lib/mlb/scheduled_game.rb
Overview
Represents the teams playing in a scheduled game
Instance Attribute Summary collapse
-
#away ⇒ ScheduledGameTeam
Returns the away team information.
-
#home ⇒ ScheduledGameTeam
Returns the home team information.
Instance Attribute Details
#away ⇒ ScheduledGameTeam
Returns the away team information
59 |
# File 'lib/mlb/scheduled_game.rb', line 59 attribute :away, ScheduledGameTeam |
#home ⇒ ScheduledGameTeam
Returns the home team information
67 |
# File 'lib/mlb/scheduled_game.rb', line 67 attribute :home, ScheduledGameTeam |