Class: MLB::HighlightsSection
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::HighlightsSection
- Defined in:
- lib/mlb/game_content.rb
Overview
Represents the highlights section
Instance Attribute Summary collapse
-
#highlights ⇒ Array<Highlight>
Returns the highlights.
Instance Attribute Details
#highlights ⇒ Array<Highlight>
Returns the highlights
173 |
# File 'lib/mlb/game_content.rb', line 173 attribute :highlights, Highlight, collection: true |