Class: MLB::GameData
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::GameData
- Defined in:
- lib/mlb/game_data.rb
Overview
Represents the game metadata
Instance Attribute Summary collapse
-
#datetime ⇒ GameDateTime
Returns the game date/time info.
-
#teams ⇒ GameTeams
Returns the teams.
-
#venue ⇒ Venue
Returns the venue.
Instance Attribute Details
#datetime ⇒ GameDateTime
Returns the game date/time info
131 |
# File 'lib/mlb/game_data.rb', line 131 attribute :datetime, GameDateTime |