Class: MLB::MediaImage
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::MediaImage
- Defined in:
- lib/mlb/game_content.rb
Overview
Represents media image information
Instance Attribute Summary collapse
-
#cuts ⇒ Array<MediaCut>
Returns the image cuts.
-
#title ⇒ String
Returns the image title.
Instance Attribute Details
#cuts ⇒ Array<MediaCut>
Returns the image cuts
86 |
# File 'lib/mlb/game_content.rb', line 86 attribute :cuts, MediaCut, collection: true |
#title ⇒ String
Returns the image title
78 |
# File 'lib/mlb/game_content.rb', line 78 attribute :title, Shale::Type::String |