Class: MediaMobile
- Inherits:
-
Object
- Object
- MediaMobile
- Defined in:
- lib/media_mobile.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#h264_hi_url ⇒ Object
Returns the value of attribute h264_hi_url.
-
#h264_low_url ⇒ Object
Returns the value of attribute h264_low_url.
-
#headline ⇒ Object
Returns the value of attribute headline.
-
#id ⇒ Object
Returns the value of attribute id.
-
#iphone_hi_url ⇒ Object
Returns the value of attribute iphone_hi_url.
-
#iphone_low_url ⇒ Object
Returns the value of attribute iphone_low_url.
-
#player_id ⇒ Object
Returns the value of attribute player_id.
-
#team_id ⇒ Object
Returns the value of attribute team_id.
-
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
-
#top_play ⇒ Object
Returns the value of attribute top_play.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(element) ⇒ MediaMobile
constructor
A new instance of MediaMobile.
Constructor Details
#initialize(element) ⇒ MediaMobile
Returns a new instance of MediaMobile.
8 9 10 |
# File 'lib/media_mobile.rb', line 8 def initialize(element) end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/media_mobile.rb', line 3 def date @date end |
#duration ⇒ Object
Returns the value of attribute duration.
4 5 6 |
# File 'lib/media_mobile.rb', line 4 def duration @duration end |
#h264_hi_url ⇒ Object
Returns the value of attribute h264_hi_url.
6 7 8 |
# File 'lib/media_mobile.rb', line 6 def h264_hi_url @h264_hi_url end |
#h264_low_url ⇒ Object
Returns the value of attribute h264_low_url.
6 7 8 |
# File 'lib/media_mobile.rb', line 6 def h264_low_url @h264_low_url end |
#headline ⇒ Object
Returns the value of attribute headline.
4 5 6 |
# File 'lib/media_mobile.rb', line 4 def headline @headline end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/media_mobile.rb', line 3 def id @id end |
#iphone_hi_url ⇒ Object
Returns the value of attribute iphone_hi_url.
5 6 7 |
# File 'lib/media_mobile.rb', line 5 def iphone_hi_url @iphone_hi_url end |
#iphone_low_url ⇒ Object
Returns the value of attribute iphone_low_url.
5 6 7 |
# File 'lib/media_mobile.rb', line 5 def iphone_low_url @iphone_low_url end |
#player_id ⇒ Object
Returns the value of attribute player_id.
3 4 5 |
# File 'lib/media_mobile.rb', line 3 def player_id @player_id end |
#team_id ⇒ Object
Returns the value of attribute team_id.
4 5 6 |
# File 'lib/media_mobile.rb', line 4 def team_id @team_id end |
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
4 5 6 |
# File 'lib/media_mobile.rb', line 4 def thumb_url @thumb_url end |
#top_play ⇒ Object
Returns the value of attribute top_play.
3 4 5 |
# File 'lib/media_mobile.rb', line 3 def top_play @top_play end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/media_mobile.rb', line 3 def type @type end |