Class: MLB::ChangedGameDate
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::ChangedGameDate
- Defined in:
- lib/mlb/game_changes.rb
Overview
Groups changed games by date
Instance Attribute Summary collapse
-
#date ⇒ String
Returns the date string.
-
#games ⇒ Array<ChangedGame>
Returns the games that changed on this date.
Instance Attribute Details
#date ⇒ String
Returns the date string
29 |
# File 'lib/mlb/game_changes.rb', line 29 attribute :date, Shale::Type::String |
#games ⇒ Array<ChangedGame>
Returns the games that changed on this date
37 |
# File 'lib/mlb/game_changes.rb', line 37 attribute :games, ChangedGame, collection: true |