Class: Tvteka::Show
- Inherits:
-
Object
- Object
- Tvteka::Show
- Defined in:
- lib/tvteka/show.rb
Instance Attribute Summary collapse
-
#avail ⇒ Object
Returns the value of attribute avail.
-
#beginning ⇒ Object
Returns the value of attribute beginning.
-
#beginning_real ⇒ Object
Returns the value of attribute beginning_real.
-
#beginning_str ⇒ Object
Returns the value of attribute beginning_str.
-
#description ⇒ Object
Returns the value of attribute description.
-
#ended ⇒ Object
Returns the value of attribute ended.
-
#ending ⇒ Object
Returns the value of attribute ending.
-
#ending_real ⇒ Object
Returns the value of attribute ending_real.
-
#ending_str ⇒ Object
Returns the value of attribute ending_str.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#link ⇒ Object
Returns the value of attribute link.
-
#streaming_urls ⇒ Object
Returns the value of attribute streaming_urls.
-
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#videostatus ⇒ Object
Returns the value of attribute videostatus.
-
#width ⇒ Object
Returns the value of attribute width.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ Show
constructor
A new instance of Show.
Constructor Details
#initialize(params = {}) ⇒ Show
Returns a new instance of Show.
6 7 8 9 10 |
# File 'lib/tvteka/show.rb', line 6 def initialize(params = {}) params.each do |k, v| self.send("#{k}=", v) end end |
Instance Attribute Details
#avail ⇒ Object
Returns the value of attribute avail.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def avail @avail end |
#beginning ⇒ Object
Returns the value of attribute beginning.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def beginning @beginning end |
#beginning_real ⇒ Object
Returns the value of attribute beginning_real.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def beginning_real @beginning_real end |
#beginning_str ⇒ Object
Returns the value of attribute beginning_str.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def beginning_str @beginning_str end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def description @description end |
#ended ⇒ Object
Returns the value of attribute ended.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def ended @ended end |
#ending ⇒ Object
Returns the value of attribute ending.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def ending @ending end |
#ending_real ⇒ Object
Returns the value of attribute ending_real.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def ending_real @ending_real end |
#ending_str ⇒ Object
Returns the value of attribute ending_str.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def ending_str @ending_str end |
#height ⇒ Object
Returns the value of attribute height.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def id @id end |
#link ⇒ Object
Returns the value of attribute link.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def link @link end |
#streaming_urls ⇒ Object
Returns the value of attribute streaming_urls.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def streaming_urls @streaming_urls end |
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def thumb_url @thumb_url end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def title @title end |
#videostatus ⇒ Object
Returns the value of attribute videostatus.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def videostatus @videostatus end |
#width ⇒ Object
Returns the value of attribute width.
4 5 6 |
# File 'lib/tvteka/show.rb', line 4 def width @width end |