Class: MLB::GameContentMedia
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::GameContentMedia
- Defined in:
- lib/mlb/game_content.rb
Overview
Represents the game content media
Instance Attribute Summary collapse
-
#enhanced_game ⇒ Boolean
Returns whether this is an enhanced game.
-
#free_game ⇒ Boolean
Returns whether this is a free game.
Instance Attribute Details
#enhanced_game ⇒ Boolean
Returns whether this is an enhanced game
196 |
# File 'lib/mlb/game_content.rb', line 196 attribute :enhanced_game, Shale::Type::Boolean |
#free_game ⇒ Boolean
Returns whether this is a free game
188 |
# File 'lib/mlb/game_content.rb', line 188 attribute :free_game, Shale::Type::Boolean |