Class: MediaMobile

Inherits:
Object
  • Object
show all
Defined in:
lib/media_mobile.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/media_mobile.rb', line 3

def date
  @date
end

#durationObject

Returns the value of attribute duration.



4
5
6
# File 'lib/media_mobile.rb', line 4

def duration
  @duration
end

#h264_hi_urlObject

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_urlObject

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

#headlineObject

Returns the value of attribute headline.



4
5
6
# File 'lib/media_mobile.rb', line 4

def headline
  @headline
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/media_mobile.rb', line 3

def id
  @id
end

#iphone_hi_urlObject

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_urlObject

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_idObject

Returns the value of attribute player_id.



3
4
5
# File 'lib/media_mobile.rb', line 3

def player_id
  @player_id
end

#team_idObject

Returns the value of attribute team_id.



4
5
6
# File 'lib/media_mobile.rb', line 4

def team_id
  @team_id
end

#thumb_urlObject

Returns the value of attribute thumb_url.



4
5
6
# File 'lib/media_mobile.rb', line 4

def thumb_url
  @thumb_url
end

#top_playObject

Returns the value of attribute top_play.



3
4
5
# File 'lib/media_mobile.rb', line 3

def top_play
  @top_play
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/media_mobile.rb', line 3

def type
  @type
end