Class: MLB::MediaPlayback
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::MediaPlayback
- Defined in:
- lib/mlb/game_content.rb
Overview
Represents a media playback option
Instance Attribute Summary collapse
-
#name ⇒ String
Returns the playback name.
-
#url ⇒ String
Returns the playback URL.
Instance Attribute Details
#name ⇒ String
Returns the playback name
12 |
# File 'lib/mlb/game_content.rb', line 12 attribute :name, Shale::Type::String |
#url ⇒ String
Returns the playback URL
20 |
# File 'lib/mlb/game_content.rb', line 20 attribute :url, Shale::Type::String |